Home  >  Article  >  Web Front-end  >  JavaScript interval timer (delay timer) learning interval call and delay call_javascript skills

JavaScript interval timer (delay timer) learning interval call and delay call_javascript skills

WBOY
WBOYOriginal
2016-05-16 17:04:081373browse

Using the setInterval method, you can call the function in a loop at a specified interval until the clearInterval method cancels the loop

When using the clearInterval method to cancel a loop, the call to the setInterval method must be assigned to a variable, and then the clearInterval method refers to the variable.

Copy code The code is as follows:










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