Answers for "success sweet alert"

5

Sweetalert

<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<script>swal("My title", "My description", "success");</script>
Posted by: Guest on May-22-2021
-1

sweet alert

swal("Good job!", "You clicked the button!", "success");
Posted by: Guest on November-26-2020
-2

sweetalert

swal("Error!", "You clicked the button!", "error");
Posted by: Guest on February-22-2021
0

sweet alert bootstrap

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

sweet alert

swal("Hello world!");
Posted by: Guest on December-15-2020

Browse Popular Code Answers by Language