The following small series will bring you an example of a pop-up window in the lower right corner of pure js. I think this is quite good. Now I will share it with you and give you a reference. Let's take a look at the following small series to bring you an example code of a pop-up window in the lower right corner of pure js. I think this is quite good. Now I will share it with you and give you a reference. Let's take a look at it with xiaobian.
Background-color: # ccffcc ">The pop-up window is as follows:
When the webpage is opened, the pop-up window fades in and then click the close button in the upper right corner, which is actually a & times; fade out.
Fade-in and fade-out is because Jquery directly uses a fadeIn and fadeOut to save trouble. If the window is moved from the bottom up, the position setting of p should be considered. This problem also involves a series of compatibility problems, which are very serious.
It is called the pop-up window in the lower right corner of pure js because, on any page, you only need to introduce Jquery and then introduce this Js, the only note is that Jquery must be introduced before this Js, because my JS is fully written based on Jquery. Not supported by Jquery.
Message reminder