[Prev: isNaN()] [Home] [Next: killTimers()]

killTimer()

killTimer( timerId )

Stops and deletes the timer with the given timerId. Any events that are triggered by the timer with timerId will no longer be triggered.

See killTimers() and startTimer().

[Prev: isNaN()] [Home] [Next: killTimers()]