Window JavaScript Tutorial

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.