Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 add, queueObj
 addEach, queueObj
C
 clear, queueObj
E
 Examples
F
 Functions
I
 indexOf, queueObj
J
 jqmq, jQuery
 jqmqAdd, jQuery.fn
 jqmqAddEach, jQuery.fn
 jQuery Message Queuing:Get all your JavaScript ducks in a row
L
 License
N
 next, queueObj
P
 pause, queueObj
R
 Release History
S
 size, queueObj
 start, queueObj
 Support and Testing
U
 update, queueObj
Add a single item onto the queue.
Add multiple items onto the queue, individually.
Clear a queue completely.
These working examples, complete with fully commented code, illustrate a few ways in which this plugin can be used.
Get the current index in the queue of the passed item.
Create a new queue.
Add a jQuery collection of elements onto the queue.
Add each selected element from a jQuery collection onto the queue, individually.
Version: 1.0, Last updated: 1/5/2010
Copyright © 2010 “Cowboy” Ben Alman, Dual licensed under the MIT and GPL licenses.
Intended to be called from within the jQuery.jqmq callback, this method will continue a queue with a delay of -1.
Pause a currently running queue.
Get the current queue length.
Start a currently paused queue.
Information about what version or versions of jQuery this plugin has been tested with, what browsers it has been tested in, and where the unit tests reside (so you can test it yourself).
Update an existing queue’s options.
Close