Mega Code Archive
Categories
/
JavaScript Tutorial
/
Window
Window clearTimeout()
Syntax window.clearTimeout(timeout) The clearTimeout() method clears the timeout passed to the method. The timeout has to be previously defined using the setTimeout() method.