Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

sweetalert2 button href

//how to add link to sweet Alert 2
<script>
Swal.fire({
  icon: 'success',
  title: 'Welcome to zombie Line',
  text: 'you Signed up successfully ',
  footer: '<a href="./secondpage.php">Lets Go</a>'
})
</script>
Source by github.com #
 
PREVIOUS NEXT
Tagged: #button #href
ADD COMMENT
Topic
Name
4+3 =