Home>Article>Web Front-end> How to stop javascript timer

How to stop javascript timer

醉折花枝作酒筹
醉折花枝作酒筹 Original
2021-06-15 14:39:50 12496browse

In JavaScript, you can use the clearInterval method to stop the timer. The syntax is "clearInterval (timeout set by the setInterval method)". The parameter of this method must be the ID value returned by setInterval.

How to stop javascript timer

The operating environment of this tutorial: windows7 system, javascript version 1.8.5, Dell G3 computer.

   无标题文档  

clearInterval() method can cancel the timeout set by setInterval().

The parameter of the clearInterval() method must be the ID value returned by setInterval().

Grammar

clearInterval(id_of_setinterval)

[Recommended learning:javascript advanced tutorial]

The above is the detailed content of How to stop javascript timer. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn