Visit Mozilla.org

DOM:window.clearInterval

From MDC

« Gecko DOM Reference

Contents

[edit] Summary

Cancels repeated action which was set up using setInterval().

[edit] Syntax

window.clearInterval(intervalID)

intervalID is the identifier of the repeated action you want to cancel. This ID is returned from setInterval().

[edit] Example

See the setInterval() example.

[edit] Specification

DOM Level 0. Not part of any standard.