Window.clearTimeout() MethodNameWindow.clearTimeout() Method---cancel deferred executionAvailabilityNavigator 2.0, Internet Explorer 3.0 Synopsis
window.clearTimeout(timeoutId) Arguments
ReturnsNothing. DescriptionThe clearTimeout() method 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 (of possibly more than one) block of deferred code to cancel. |
|