tipswindow是一个很一般的JQuery弹出层插件,但使用简单,有相对漂亮的外观,代码比较通俗。...:
tipsWindown("提示","text:提示信息内容","250","150","true","","true","msg")
2.弹出页面中的某个ID的html:
tipsWindown...","true","","true","img")
4.get加载一个.html文件(也可以是.php/.asp?...加载一个页面到框架显示:
tipsWindown("标题","iframe:http://leotheme.cn","900","580","true","","true","leotheme");
6.弹出一个不能拖动且没有遮罩背景的文本信息层...:
tipsWindown("提示","text:提示信息内容","250","150","false","","false","msg")
7.弹出一个不能拖动,三秒钟自动关闭的层:
tipsWindown