Name

clearTimeout( ) — NN 2 IE 3 DOM n/a

Synopsis

clearTimeout(timeoutID)

Turns off the timeout delay counter referenced by the timeoutID parameter. See setTimeout( ) for how to initiate such a delay.

Returned Value

None.

Parameters

timeoutID

An integer created as the return value of a setTimeout( ) 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.