setTimeout or setInterval - JavaScript Tutorials and Scripts
What is the difference between setTimeout and setInterval? ... In fact these two similar looking functions perform very differently. The setTimeout function delays for a specified time period and then triggers execution of a specified function.
javascript.about.com |