hoq do i get ajax to call after previous success is complete

Posted by Alessandro on Stack Overflow See other posts from Stack Overflow or by Alessandro
Published on 2010-04-15T04:28:36Z Indexed on 2010/04/15 4:33 UTC
Read the original article Hit count: 156

Filed under:

I am currently using this ajax queuing plugin http://www.onemoretake.com/2009/10/11/ajaxqueue-and-jquery-1-3/ and it works fine, except weh ajax call 1 finishes, ajax call 2 starts that is dependent on a value that the success functions generates when ajax 1 is complete.

Is there a way to start of all ajax calls when the previous call is complete and success function has been run?

thanks

© Stack Overflow or respective owner

Related posts about jQuery