tutorial.eyehunts.com
JavaScript run function after a delay | Simple Example Code
Use setTimeout() inbuilt function to run function after a delay in JavaScript. It's plain JavaScript, will call your_func once, after a second
Rohit