


A simple example of Jquery implementing the mask layer (that is, the pop-up DIV is all gray and cannot be operated)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>Jquery遮罩层</title> <style type="text/css"> #BgDiv{background-color:#e3e3e3; position:absolute; z-index:99; left:0; top:0; display:none; width:100%; height:1000px;opacity:0.5;filter: alpha(opacity=50);-moz-opacity: 0.5;} #DialogDiv{position:absolute;width:400px; left:50%; top:50%; margin-left:-200px; height:auto; z-index:100;background-color:#fff; border:1px #8FA4F5 solid; padding:1px;} #DialogDiv h2{ height:25px; font-size:14px; background-color:#8FA4F5; position:relative; padding-left:10px; line-height:25px;} #DialogDiv h2 a{position:absolute; right:5px; font-size:12px; color:#000000} #DialogDiv .form{padding:10px;} #DialogDiv2{position:absolute;width:400px; left:50%; top:50%; margin-left:-200px; height:auto; z-index:100;background-color:#fff; border:1px #8FA4F5 solid; padding:1px;} #DialogDiv2 h2{ height:25px; font-size:14px; background-color:#8FA4F5; position:relative; padding-left:10px; line-height:25px;} #DialogDiv2 h2 a{position:absolute; right:5px; font-size:12px; color:#000000} #DialogDiv2 .form{padding:10px;} #DialogDiv3{position:absolute;width:400px; left:50%; top:50%; margin-left:-200px; height:auto; z-index:100;background-color:#fff; border:1px #8FA4F5 solid; padding:1px;} #DialogDiv3 h2{ height:25px; font-size:14px; background-color:#8FA4F5; position:relative; padding-left:10px; line-height:25px;} #DialogDiv3 h2 a{position:absolute; right:5px; font-size:12px; color:#000000} #DialogDiv3 .form{padding:10px;} </style> <script language="javascript" type="text/javascript" src="jquery-1.4.2.min.js"></script> <script language="javascript" type="text/javascript"> function ShowDIV(thisObjID) { $("#BgDiv").css({ display: "block", height: $(document).height() }); var yscroll = document.documentElement.scrollTop; $("#" + thisObjID ).css("top", "100px"); $("#" + thisObjID ).css("display", "block"); document.documentElement.scrollTop = 0; } function closeDiv(thisObjID) { $("#BgDiv").css("display", "none"); $("#" + thisObjID).css("display", "none"); } </script> </head> <body> <div id="BgDiv"></div> <!--遮罩层显示的DIV1--> <div id="DialogDiv" style="display:none"> <h2 id="弹出层-a-nbsp-href-nbsp-id-btnClose-nbsp-onclick-closeDiv-DialogDiv-关闭-a">弹出层<a href="#" id="btnClose" onclick="closeDiv('DialogDiv')">关闭</a></h2> <div class="form">我是弹出对话框111111!!</div> </div> <!--遮罩层显示的DIV2--> <div id="DialogDiv2" style="display:none"> <h2 id="弹出层-a-nbsp-href-nbsp-id-btnClose-nbsp-onclick-closeDiv-DialogDiv-关闭-a">弹出层<a href="#" id="btnClose2" onclick="closeDiv('DialogDiv2')">关闭</a></h2> <div class="form">我是弹出对话框2222!!</div> </div> <!--遮罩层显示的DIV3--> <div id="DialogDiv3" style="display:none"> <h2 id="弹出层-a-nbsp-href-nbsp-id-btnClose-nbsp-onclick-closeDiv-DialogDiv-关闭-a">弹出层<a href="#" id="btnClose3" onclick="closeDiv('DialogDiv3')">关闭</a></h2> <div class="form">我是弹出对话框3333333!!</div> </div>
The above article is a simple example of Jquery implementing the mask layer (that is, the pop-up DIV is gray and cannot be operated) is what the editor shared with you That’s all. I hope it can give you a reference. I also hope you will support the PHP Chinese website.
For more simple examples of Jquery implementing mask layers (that is, the pop-up DIV is grayed out and cannot be operated), please pay attention to the PHP Chinese website for related articles!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 Mac version
God-level code editing software (SublimeText3)

SublimeText3 Linux new version
SublimeText3 Linux latest version

Dreamweaver Mac version
Visual web development tools
