Answers for "sweet alert succes"

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
0

sweetalert allow html

<script>
  Swal.fire({ 
      html: "Hello, <strong>world!</strong>"
  });
</script>
Posted by: Guest on September-22-2021

Browse Popular Code Answers by Language