Answers for "sweetalert after header"

2

sweet alert after click ok redirect

swal({
    title: "Wow!",
    text: "Message!",
    type: "success"
}).then(function() {
    window.location = "redirectURL";
});
Posted by: Guest on September-25-2020
0

sweet alert bootstrap

Swal.fire(  'Good job!',  'You clicked the button!',  'success')
Posted by: Guest on November-02-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language