Mozilla.com

  1. MDC
  2. Main Page
  3. DOM
  4. window.clearInterval

« Gecko DOM Reference

Summary

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

Syntax

window.clearInterval(intervalID)

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

Example

See the setInterval() example.

Specification

DOM Level 0. Not part of any standard.

Languages

Page last modified 00:36, 22 Oct 2006 by Nickolay

Files (0)