JavaScript » Window » clearTimeout

Syntax:
window.clearTimeout(timeoutID)

This method is used to cancel a timeout previously set with the setTimeout method.