jQuery插件-轻量弹出层-UIDialog

参数解释:

id         :null,  // 需要赋值的ID
callOnOpen :null,  // 弹出后调用方法
callOnClose:null,  // 关闭后调用方法
eventType  :null,  // 事件类型 click, blur, change, dblclick, error, focus, load, mousedown, mouseout, mouseup
idContent  :null,  // 需要添加的id
width      :'auto', // 宽
height     :'auto', // 高
title      :'消息',  // 标题
content    :'测试内容'  // 内容

 直接上代码

posted @ 2012-03-19 15:14  豪情  阅读(4647)  评论(0编辑  收藏  举报