views:

27

answers:

2

Hi,

How to control Jquery Ajax Reponse. E.g.

I want to fire multiple ajax request but Second ajax request will start when after getting first ajax reponse and so on..

Is there is any mechanisum to handle this.

+3  A: 

Duplicate of http://stackoverflow.com/questions/2928208/best-solution-to-wait-for-all-ajax-callbacks-to-be-executed/2928317#2928317, see solution there

axel_c
+1 for quick response
Richa
+1  A: 

Another question has complete code: http://stackoverflow.com/questions/3034874/sequencing-ajax-requests

naikus