Answers for "sweetalert allow html"

0

sweetalert js full code

<script>
  // when window loades this alert pop ups 
        swal({
      text: "Hello world!",
           }     );
    </script>
Posted by: Guest on July-04-2021
0

sweetalert allow html

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

Code answers related to "Javascript"

Browse Popular Code Answers by Language