-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Currently, to chain alerts I use the following code :
callback_confirm: function(){
// display other modal
setTimeout(function(){
$.alert({
title: "",
body:"Vous réserver l'emplacement... Vous voulez réserver autre emplacements?",
is_delayed: false,
text_confirm: 'Finaliser et payer',
text_decline: 'Réserver autre emplacement',
callback_confirm: function(){
window.location.href = "http://127.0.0.1:5000/payment/";
},
});
},1000);
},
Could it be more simple to use ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels