首页 > 代码库 > 公告显示为提示层
公告显示为提示层
<!doctype html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>开始使用layer</title> <script type="text/javascript" src="http://www.cpw998.com/c9/Public/static/js/lib/jquery.min.js"></script> <script type="text/javascript" src="http://www.cpw998.com/c9/Public/static/layer/layer.js"></script> <script> //弹出一个页面层 //弹出一个页面层 $(document).ready(function(){ $(".info_title").click(function(){ ggtitle=$(this).children("#ggtitle").text(); infoCnt =$(this).siblings(".info_cnt").text(); layer.open({ type: 1, area: [‘600px‘, ‘360px‘], shadeClose: true, //点击遮罩关闭 title:ggtitle, content: ‘\<\div style="padding:20px;">‘+ infoCnt +‘\<\/div>‘ }); }); }); </script> </head> <body> <div class="info_title">ddd<span id="ggtitle">提示标题</span></div> <div class="info_cnt" style="display:none;"><b>hello word</b></div> </body> </html>
公告显示为提示层
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。