js代码
<script src="js/jquery-1.11.0.min.js" type="text/javascript"></script> <script src="translucent/jquery-translucent.js"></script> <script> $("body").translucent({ titleGroundColor:"#5396BA", backgroundColor:"#ffffff", titleFontColor:"#ffffff", titleFontSize:14, opacity:1, zIndex:100, textHtml:'<span>我的弹窗demo</span>', close:function ($dom) { alert("确定要关闭吗?") } }); </script>