setTimeout(function (){
//something you want delayed
}, 5000); // how long do you want the delay to be?
Here: 5000 = 5 secs
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