While looking for a solution similar to as described here: How to chain ajax calls using jquery I am looking for a solution using jquery v1.52.
I have a set of ajax requests to be made. But each ajax request is to be sent only after completing the previous ajax call. I am trying to achieve this with jquery 1.5.2 but just unable to. Here is what I modified from the above mentioned example. It does not work. Can anyone help me get this working? Expected output is http://jsfiddle.net/k8aUj/3/
P.S: I cannot upgrade to version beyond 1.5.2