文件名称:jquery 弹出层 非常漂亮,可能手动设置参数
文件大小:6KB
文件格式:RAR
更新时间:2013-10-03 09:58:52
jquery tipswindown
///------------------------------------------------------------------------- //jQuery弹出窗口 By Await [2010-08-12] //-------------------------------------------------------------------------- /*参数:[可选参数在调用时可写可不写,其他为必写] ---------------------------------------------------------------------------- title: 窗口标题 content: 内容(可选内容为){ text | id | img | url | iframe } width: 内容宽度 height: 内容高度 drag: 是否可以拖动(ture为是,false为否) time: 自动关闭等待的时间,为空是则不自动关闭 showbg: [可选参数]设置是否显示遮罩层(0为不显示,1为显示) cssName: [可选参数]附加class名称 ------------------------------------------------------------------------*/ //示例: //------------------------------------------------------------------------ //tipsWindown("例子","text:例子","500","400","true","3000","0","exa") //------------------------------------------------------------------------
【文件预览】:
tipswindown
----test.html(501B)
----tipswindown.css(1KB)
----tipswindown.js(7KB)
----index.html(8KB)