How do I go about getting the Ajax Queue plugin working in jQuery 1.3?

Posted by jonyamo on Stack Overflow See other posts from Stack Overflow or by jonyamo
Published on 2009-05-19T06:22:13Z Indexed on 2010/03/28 21:53 UTC
Read the original article Hit count: 125

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about AJAX