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
Just found the answer to this looking for a solution myself. Someone decided to modify the original ajaxQueue plugin.
http://www.onemoretake.com/2009/10/11/ajaxqueue-and-jquery-1-3/