Name

clearInterval( ) — NN 4 IE 4 DOM n/a

Synopsis

clearInterval(intervalID)

Turns off the interval looping action referenced by the intervalID parameter. See setInterval( ) for how to initiate such a loop.

Returned Value

None.

Parameters

intervalID

An integer created as the return value of a setInterval( ) method.

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.