[Prev: isNaN()] [Home] [Next: killTimers()]
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().