Cancels a time-out that was set with the settimeout method.
dhtml语法
window.cleartimeout(itimeoutid)
parameters
iTimeoutID |
Required.
Integerthat specifies the time-out setting returned by a previous call to the setTimeout method. |
Return Value
No return value.
是否符合公共标准
There is no public standard that applies to this method.
Applies To