<style>p { background:yellow; margin:6px 0; } p.off { background: black; }</style>
</head> <">
Home > Web Front-end > JS Tutorial > jquery1.4 tutorial three new method tutorial_jquery

jquery1.4 tutorial three new method tutorial_jquery

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-05-16 18:34:01
Original
957 people have browsed it

.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:

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template