November 2001
Intermediate to advanced
936 pages
68h 43m
English
Window.clearInterval( ) — stop periodically executing code
JavaScript 1.2
window.clearInterval(intervalId)
intervalId
The value returned by the corresponding call to setInterval( ).
clearInterval( ) stops the repeated execution of
code that was started by a call to setInterval( ).
intervalId must be the value that was
returned by a call to setInterval( ).