Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

sweetalert js full code

<script>
  // when window loades this alert pop ups 
        swal({
      text: "Hello world!",
           }     );
    </script>
 
PREVIOUS NEXT
Tagged: #sweetalert #js #full #code
ADD COMMENT
Topic
Name
4+7 =