Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html popup message after disappearing

setTimeout(function() {

      // Do something after 3 seconds
      // This can be direct code, or call to some other function

	$('#alert').hide();

     }, 3000);
Source by laracasts.com #
 
PREVIOUS NEXT
Tagged: #html #popup #message #disappearing
ADD COMMENT
Topic
Name
1+2 =