首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

基于jQuery的容易消息框MsgBox插件

2012-07-15 
基于jQuery的简单消息框MsgBox插件该项目源代码可通过https://github.com/oxcow/MsgBox.git获取jQuery Msg

基于jQuery的简单消息框MsgBox插件

该项目源代码可通过https://github.com/oxcow/MsgBox.git获取

jQuery MsgBox Plugin 提供四个插件方法:
    jmask?遮罩层junmask?关闭遮罩层jalert?基于div的消息提醒框jconfirm?基于div的消息确认框
optionsmsg消息框显示的消息內容optionstitlestring'消息框'消息框标题widthint320消息框宽heightint240消息框高maskbooleantrue是否需要遮罩层maskcolorstring'rgba(165, 165, 165, 0.8)'遮罩层背景色。
当mask为true时有效

Example:

msg消息框显示的消息內容url消息确认后的跳转地址。使用window.local.href跳转optionstitlestring'消息框'消息框标题widthint320消息框宽heightint240消息框高maskbooleantrue是否需要遮罩层maskcolorstring'rgba(165, 165, 165, 0.8)'遮罩层背景色。
当mask为true时有效

Example: