jQuery可拖拽放大缩小关闭的网页弹窗插件
170
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,4051
- 2,3680
- 2,28912
- 2,2363
- 2,1291





