jQuery可拖拽放大缩小关闭的网页弹窗插件
153
0
jQuery弹窗插件网页弹窗插件jQuery弹窗代码

这是一款jQuery可拖拽放大缩小关闭的网页弹窗插件,可以拖拽、放大、缩小和关闭弹出窗口。
<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>热点素材
- 2,0341
- 2,00112
- 1,9780
- 1,8533
- 1,7831





