🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

H-confirm-alert is a super light jQuery plugin used for creating a pretty nice and fully configurable popup window to replace the native browser confirm and alert dialog boxes.

alert confirm Dialog confirmation-dialog

Documentation

JQuery-confirm-alert

$.confirm.show({

"hideYes":false,//是否隐藏确认按钮

"yesText":"是",//确认按钮文字

"hideNo":false,//是否隐藏否按钮

"noText":"否",//否按钮文字

"yes":undefined,//确认按钮触发方法function(){}

"no":undefined,//否按钮触发方法function(){}

"message":"confirm",//显示的消息

"type":"default"//标题颜色类型 success:绿色  danger:红色  warning:橙色  default:蓝色

})

样式可以自己修改

以上


You May Also Like