jQuery实现的页面遮罩层功能示例【测试可用】
网络编程 2021-07-04 17:32www.168986.cn编程入门
这篇文章主要介绍了jQuery实现的页面遮罩层功能,结合完整实例形式详细分析了jQuery遮罩层实现步骤与相关操作技巧,需要的朋友可以参考下
本文实例讲述了jQuery实现的页面遮罩层功能。分享给大家供大家参考,具体如下
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="description" content="aportpower"/> <title>.jb51. 遮罩层</title> <style type="text/css"> .fh-link-bar { border-: none; } .fh-link-bar { background-color: #fff; border: 1px solid #eaeaea; border-left: none; border-right: none; padding: 10px; height: 50px; line-height: 30px; font-size: 14px; } #personsex{ float: right; } .personsex { background: magenta; width: 150px; height: 180px; line-height: 40px; text-align: center; border-radius: 2px; z-index: 104; /层级关系为104/ /只是用来控制位置的/ position: absolute; margin: 100px auto; font-size: 20px; left: 0; right: 0; : 0; bottom: 0; } /一定要记得添加样式(必须)/ .loading-shade { position: fixed; /窗口定位/ background: rgba(0,0,0,.5); /遮罩层的颜色/ z-index: 102; /层级关系为102/ } .loading-shade{ height: 100%; width: 100%; : 0; left: 0; } </style> </head> <body> <!--页面上原先有的内容(用来执行点击)--> <section class="fh-link-bar" id="sexlog"> <span>性别</span> <span class="fh-data" id="personsex">男</span> </section> <!--页面上原先没有的内容(用来执行点击后生成的提示框)--> <div class="personsex" style="display: none;"> <p>保密</p> <p>男</p> <p>女</p> </div> </body> <script src="jquery-1.7.2.min.js"></script> <script type="text/javascript"> //添加页面遮罩 function addShade() { var htmlHeight = document.body.scrollHeight || document.documentElement.scrollHeight; $("body").append('<div class="loading-shade"></div>'); //$(".loading-shade").css("height",htmlHeight+"px"); $(".loading-shade").css("100%"); }/删除页面遮罩/ function removeShade() { $(".loading-shade").remove(); } /页面遮罩点击关闭弹出层 dom=>#id type => hide || remove / function closeDiv(dom, type) { $(".loading-shade").click(function() { type == "hide" ? $(dom).hide() : $(dom).remove(); $(".loading-shade").remove(); }) } //需要调用的页面添加的js(这里是点击上边的div(即.personsex p元素)的时候实现遮罩层消失。) // $('#sexlog,#personsex').unbind("click").bind("click",function(){ // addShade(); // $('.personsex').show(); // }); // // $('.personsex p').bind('click',function(){ // $('.loading-shade').remove(); // $('.personsex').hide(); // }); //====================================================================================== //需要调用的页面添加的js(这里是点击遮罩层实现遮罩层(即.loading-shade)页面关闭) $('#sexlog,#personsex').unbind("click").bind("click",function(){ addShade(); $('.personsex').show(); del(); }); function del(){ $('.loading-shade').bind('click',function(){ $('.loading-shade').remove(); $('.personsex').hide(); }); } </script> </html>
运行效果
更多关于jQuery相关内容感兴趣的读者可查看本站专题《》、《》、《》、《》、《》、《》、《》、《》及《》
希望本文所述对大家jQuery程序设计有所帮助。
上一篇:详解 vue.js用法和特性
下一篇:JS简单实现数组去重的方法分析
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程