jQuery Message Queuing: Get all your JavaScript ducks in a row
http://benalman.com/projects/jquery-message-queuing-plugin/
Version: 1.0, Last updated: 1/5/2010
With jQuery Message Queuing, you can process and manage operations on large queues of items or elements. You can throttle, giving each operation a little breathing room (firing tracking pixels, performing DOM manipulations). You can force multiple asynchronous operations to execute serially (AJAX requests). You can also get some quantity of JavaScript ducks, put them in a boat, in a line, and have them fight loudly over who gets to use the oars.
Visit the project page for more information and usage examples!
Documentation
http://benalman.com/code/projects/jquery-message-queuing/docs/
Examples
These working examples, complete with fully commented code, illustrate a few ways in which this plugin can be used.
http://benalman.com/code/projects/jquery-message-queuing/examples/ajax/
http://benalman.com/code/projects/jquery-message-queuing/examples/throttling/
Support and Testing
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).
jQuery Versions
1.3.2, 1.4a2
Browsers Tested
Internet Explorer 6-8, Firefox 2-3.6, Safari 3-4, Chrome, Opera 9.6-10.
Unit Tests
http://benalman.com/code/projects/jquery-message-queuing/unit/
Release History
1.0 - (1/5/2010) Initial release
License
Copyright (c) 2010 "Cowboy" Ben Alman
Dual licensed under the MIT and GPL licenses.
http://benalman.com/about/license/