down 1.0
关于插件:
一个基于jQuery的弹出层。支持拖拽,支持内容为文字,图片,URL等!至于兼容性。在IE6下,弹出对像无法绝对固定。其他应该没啥大问题;
应用演示:
-
弹出文本信息提示:
tipsWindown("提示","text:提示信息内容","250","150","true","","true","msg")
-
弹出页面中的某个ID的html:
tipsWindown("标题","id:testID","300","200","true","","true","id")
-
弹出图片:
tipsWindown("图片","img:图片路径","250","150","true","","true","img")
-
get加载一个.html文件(也可以是.php/.asp?id=4之类的):
tipsWindown("标题","url:get?test.html","250","150","true","","true","text");
-
加载一个页面到框架显示:
tipsWindown("标题","iframe:http://leotheme.cn","900","580","true","","true","leotheme");
-
弹出一个不能拖动且没有遮罩背景的文本信息层:
tipsWindown("提示","text:提示信息内容","250","150","false","","false","msg")
-
弹出一个不能拖动,三秒钟自动关闭的层:
tipsWindown("提示","text:提示信息内容","250","150","false","3000","true","msg")
参数说明: