How do I go about getting the Ajax Queue plugin working in jQuery 1.3?
- by jonyamo
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 great with jQuery 1.2, but fails with jQuery 1.3. There are actually two different versions of the plugin; I am currently using this one which is the same as the first but just adds a bit more functionality.
Anyway, I am using Firebug on Firefox 3.0.10 and when I run my code I don't receive any explicit errors, the call is just never returned.
I could obviously continue using v1.2 but would really like to learn why this plugin fails with the latest release and what I can do to get it working.
Thanks in advance.