jconfirm Questions
9
Solved
I want yes/No alerts using jQuery, instead of ok/Cancel button:
jQuery.alerts.okButton = 'Yes';
jQuery.alerts.cancelButton = 'No';
jConfirm('Are you sure??', '', function(r) {
if (r == true) {
...
1
© 2022 - 2024 — McMap. All rights reserved.