We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b48583 commit c7e7c5aCopy full SHA for c7e7c5a
README.md
@@ -14,8 +14,8 @@ by passing a `promise` to `.wait()`.
14
The built-in `.delay()` method provided by jQuery uses the built-in queue
15
implementation. Queues in jQuery require one of two things:
16
17
- - function calls in the queue must be *manually* dequeued *or*
18
- - functions in the queue must support auto-dequeuing by calling the `.dequeue()` internally
+- function calls in the queue must be *manually* dequeued *or*
+- functions in the queue must support auto-dequeuing by calling the `.dequeue()` internally
19
20
This basically means that jQuery methods must opt-in to the queue. Most common
21
jQuery methods do not do this, and thus ignore the queue completely. Here's an
0 commit comments