clearInterval() (Method)

Cancel a previous setInterval() timer.

Availability:

JavaScript - 1.2
JScript - 3.0
Internet Explorer - 4.0
Netscape - 4.0
Property/method value type:undefined
JavaScript syntax:-clearInterval(anIntervalID)
-myWindow.clearInterval(anIntervalID)
Argument list:anIntervalIDThe ID of an interval returned by the setInterval() method

See also:Window.clearTimeout()

Refer to:

Window.clearInterval()