公告显示为提示层
Posted 百草之家
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了公告显示为提示层相关的知识,希望对你有一定的参考价值。
<!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>
以上是关于公告显示为提示层的主要内容,如果未能解决你的问题,请参考以下文章
《java精品毕设》基于javaweb宠物领养平台管理系统(源码+毕设论文+sql):主要实现:个人中心,信息修改,填写领养信息,交流论坛,新闻,寄养信息,公告,宠物领养信息,我的寄养信息等(代码片段