Section 25.293. Window.clearInterval( ): stop periodically executing code


25.293. Window.clearInterval( ): stop periodically executing code

JavaScript 1.2:

25.293.1. Synopsis

 window.clearInterval(intervalId) 

25.293.1.1. Arguments

intervalId

The value returned by the corresponding call to setInterval( ).

25.293.2. Description

clearInterval( ) stops the repeated execution of code that was started by a call to setInterval( ). intervalId must be the value that was returned by a call to setInterval( ).

25.293.3. See Also

Window.setInterval( )




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