Friday 9 August 2013

How to Wait/Delay for seconds without executing code in Jquery

     setTimeout(function (){

             //something you want delayed

         }, 5000); // how long do you want the delay to be? 
 
Here: 5000 = 5 secs 

0 comments:

Post a Comment


                                                            
 
Design by Abhinav Ranjan Sinha