Open yanchhuong opened 6 years ago
I'm sorry, i don't understand what you mean, but try this...
$.alert({
type: 'red', icon: 'fa fa-warning', theme:'material', title: 'Title',
content: 'Hi-1!',
buttons: {
apply: {
action:function() {
$.alert({
type: 'red', icon: 'fa fa-warning', theme:'material', title: 'Title',
content: 'Hi-2!',
buttons: {
apply: {
action:function() {
$.alert({
type: 'red', icon: 'fa fa-warning', theme:'material', title: 'Title',
content: 'Hi-3!',
buttons: {
apply: {
action:function() {
}
},
cancel: {
btnClass: 'btn btn-danger',
}
},
});
}
},
cancel: {
btnClass: 'btn btn-danger',
}
},
});
}
},
cancel: {
btnClass: 'btn btn-danger',
}
},
});
jquery-confirm version: v3.x.x
I'm submitting a ... (check one with "x") [ ] bug report [ ] feature request [ ] support request
Current behavior:
Expected behavior:
Steps to reproduce:
Related code:
Other information: