Section 25.294. Window.clearTimeout( ): cancel deferred execution


25.294. Window.clearTimeout( ): cancel deferred execution

JavaScript 1.0:

25.294.1. Synopsis

 window.clearTimeout(timeoutId) 

25.294.1.1. Arguments

timeoutId

A value returned by setTimeout( ) that identifies the timeout to be canceled.

25.294.2. Description

clearTimeout( ) cancels the execution of code that has been deferred with the setTimeout( ) method. The timeoutId argument is a value returned by the call to setTimeout( ) and identifies which deferred code to cancel.

25.294.3. See Also

Window.setTimeout( )




JavaScript. The Definitive Guide
JavaScript: The Definitive Guide
ISBN: 0596101996
EAN: 2147483647
Year: 2004
Pages: 767

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net