I have an app that sends multiple Ajax requests simultaneously. I was originally running into race conditions until I discovered the jQuery Ajax Queue plugin, which works gr
ajaxManager plugin is based on the Ajax Queue Plugin but is a bit more flexible and works with jQuery 1.3.2.