Home > Web Front-end > JS Tutorial > body text

Pop up the simplest js code for modal mask layer_javascript skills

WBOY
Release: 2016-05-16 17:10:39
Original
1024 people have browsed it

Suppose we have a container container as follows:

Copy code The code is as follows:






Now we need to pop up a div layer in the web page so that the container cannot be operated before closing the pop-up div layer.
Then, we first need to define the div layer of this mask as follows:
Copy the code The code is as follows:







The next step is to use js to make the mask layer always display on the screen and the content under the mask layer cannot be manipulated. Click the close button to close the mask layer
Copy code The code is as follows:


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!