Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

wait for time javascript

//code before the pause
setTimeout(function(){
    //do what you need here
}, 2000);
Source by www.sitepoint.com #
 
PREVIOUS NEXT
Tagged: #wait #time #javascript
ADD COMMENT
Topic
Name
5+6 =