[Prev: parseInt()] [Home] [Next: Built-in Operators]

startTimer()

var timerId = startTimer( interval, timeoutFunction )

Creates a new timer. The timer's id is returned, although it isn't needed if you use killTimers(). The timer calls the timeoutFunction every interval milliseconds.

[Prev: parseInt()] [Home] [Next: Built-in Operators]