clearInterval Method--------------------------------------------------------------------------------Cancels the interval previously started using the setInterval method. Syntaxwindow.clearInterval(iIntervalID)
ParametersiIntervalID Required. Integer爐hat specifies the interval to cancel. This value must have been previously returned by the setInterval method. Return ValueNo return value