下载地址基于Bootstrap框架jQuery多功能模态对话框插件,该Bootstrap模态对话框集警告框、确认框和对话框于一体。是一款不可多得的多功能、多用途的模态对话框插件。参数名称参数类型默认值描述titleString"Hello"模态对话框的标题contentString"Are you sure to continue?"模态对话框的的内容iconString""模态对话框标题前的小图标confrimButtonString"Okay"模态对话框确认按钮的文本cancelButtonString"Cancel"模态对话框取消按钮的文本confirmButtonClassString"btn-default"模态对话框确认按钮的classcancelButtonClassString"btn-default"模态对话框取消按钮的classthemeString"white"模态对话框的颜色主题。可用选项有 "white" & "black"animationString"scale"模态对话框的打开/关闭动画可用选项有 "scale", "top", "bottom", "left", "right", "zoom", "opacity", "none", "rotate", "rotatex", "rotatey", "scalex", "scaley", "blur".animationSpeedNumber400模态对话框动画的持续时间,单位毫秒。confirmFunctionfunction(){}当用户点击模态对话框的确认按钮后的回调函数。cancelFunctionfunction(){}当用户点击模态对话框的取消按钮后的回调函数。backgroundDismissBooleantrue是否允许用户点击模态对话框以外的区域来改变模态对话框。autoCloseStringfalse如果用户无操作,在指定的时间后关闭模态对话框。possible option "confirm|400" 字符串通过 "|"来分割, 前面的部分指定触发的按钮, "confirm" 或者 "cancel"。 后面的部分指定等待的时间,单位毫秒。closeIconBooleantrue如果所有的按钮都不可用,关闭模态窗口的小图标变为一张图片(dialog模式)。 你可以通过设置icon的值为false来移除它。
dd: