<style>p { background:yellow; margin:6px 0; } p.off { background: black; }</style>
</head> <">

Home  >  Article  >  Web Front-end  >  jquery1.4 tutorial three new method tutorial_jquery

jquery1.4 tutorial three new method tutorial_jquery

WBOY
WBOYOriginal
2016-05-16 18:34:01883browse

.clearQueue(): Removes all functions that have not yet been run in the queue
clearQueue() functions very similarly to stop(true), which simplifies stop(true). After 1.4, stop() is mainly used to terminate animations. The termination queue function uses clearQueue(). clearQueue() accepts one parameter: the queue name, which is to remove a specific queue.
Let’s take a look at the demo:

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