AvailabilityJavaScript 1.2 Synopsiswindow.clearInterval(intervalId) Arguments
DescriptionclearInterval( ) 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( ). See Also |