Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

location.reload sweetalert

swal({title: "Good job", text: "You clicked the button!", type: 
"success"}).then(function(){ 
   location.reload();
   }
);
Source by www.thetopsites.net #
 
PREVIOUS NEXT
Tagged: #sweetalert
ADD COMMENT
Topic
Name
2+9 =