0
kicks
Wait until all Ajax is completed !!!
Problem is I need to wait for all ajax requests to be done before i execute the next line of code. This can be handled in 2 ways
1) Make the Ajax request synchronous
2) Implement of $.when() in jQuery and handle the next lines in callbacks (success/failure)