'clearTimeout()' Syntax, Parameters and Note : clearTimeout « Javascript Methods « JavaScript Reference

Home
JavaScript Reference
1.Event Handlers Reference
2.Javascript Collections
3.Javascript Methods
4.Javascript Objects
5.Javascript Properties
JavaScript Reference » Javascript Methods » clearTimeout 




'clearTimeout()' Syntax, Parameters and Note

Note:

Removes a timeout initialized by the setTimeout() method. 
    
Syntax:
    
window.clearTimeout(param1)


Parameters:
    param1   Required; the numeric timeout ID previously returned by the 
                       window.setTimeout() method.

    

      
      














Related examples in the same category
1.'clearTimeout()' Example
2.'clearTimeout()' is applied to
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.