Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html timed hide

setTimeout(function() {
  $('#hide').show()
}, 4000);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #html #timed #hide
ADD COMMENT
Topic
Name
9+6 =