You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is an example:
It is working
$('#name2').editable({
validate: function (x) {
if (!confirm("Are you sure you wish to proceed?")) {
return "Canceled";
}
}
});
But it is impossible to add nice styled bootstrap modal as a confirmation
instead of the build-in confirm() system browser popup.
The text was updated successfully, but these errors were encountered:
Here is an example:
It is working
$('#name2').editable({
validate: function (x) {
if (!confirm("Are you sure you wish to proceed?")) {
return "Canceled";
}
}
});
But it is impossible to add nice styled bootstrap modal as a confirmation
instead of the build-in confirm() system browser popup.
The text was updated successfully, but these errors were encountered: