Answers for "realrashid sweetalert in ajax"

0

realrashid sweetalert in ajax

$(document).ready(function() {

        //SweetAlert2 Toast
        const Toast = Swal.mixin({
            toast: true,
            position: 'top-end',
            showConfirmButton: false,
            timer: 1000
        });

 });

Toast.fire({
           type: 'success',
           title: 'Data updated.'
});
Posted by: Guest on August-19-2021
0

realrashid sweetalert in ajax

$(document).ready(function() {

        //SweetAlert2 Toast
        const Toast = Swal.mixin({
            toast: true,
            position: 'top-end',
            showConfirmButton: false,
            timer: 1000
        });

 });

Toast.fire({
           type: 'success',
           title: 'Data updated.'
});
Posted by: Guest on August-19-2021
0

sweetalert realrashid

composer require realrashid/sweet-alert
Posted by: Guest on April-20-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language