hoq do i get ajax to call after previous success is complete
- by Alessandro
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