TOC PREV NEXT INDEX

Put your logo here!


window.clearInterval()


Clears a delay that's been set for a specific function.

Syntax

window.clearInterval(intervalID) 

Parameters

intervalID is the ID of the specific interval you want to clear.

Example

window.clearInterval(animID); 

Notes

See also window.setInterval().

Specification

DOM Level 0. Not part of specification. 


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX