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!
http://benalman.com/code/projects/jquery-message-queuing/docs/
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/
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).
1.3.2, 1.4a2
Internet Explorer 6-8, Firefox 2-3.6, Safari 3-4, Chrome, Opera 9.6-10.
http://benalman.com/code/projects/jquery-message-queuing/unit/
1.0 - (1/5/2010) Initial release
Copyright (c) 2010 "Cowboy" Ben Alman
Dual licensed under the MIT and GPL licenses.
http://benalman.com/about/license/