HTMLGuyLLC / jAlert

jQuery alert/modal/lightbox plugin
https://htmlguyllc.github.io/jAlert/
MIT License
76 stars 35 forks source link

how does confirm works, can you please make a fiddle #52

Closed EABangalore closed 6 years ago

EABangalore commented 6 years ago

i'm struggling to have a confirmation , based on ok and cancel

HTMLGuyLLC commented 6 years ago
$.jAlert({
'type':'confirm',
'confirmBtn':'Ok',
'denyBtn':'Cancel',
'onConfirm': function(e){
   //do your thing
}
});