Answers for "sweet alert button action"

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

sweetalert

swal("Good job!", "You clicked the button!", "error");
Posted by: Guest on December-11-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language