Font-size: A A A
This method is used to cancel a timeout previously set with the setInterval method.
var timerID = window.setTimeout("someFunc(...)", 1000); ... window.clearInterval(timerID);