I\'m having a problem when using the jquery .each() and .ajax() functions together. I\'m using .each() to loop through 5 elements and am performing the .ajax() call for each
You can use the jquery deffered and promise function to check the async call is success or not. http://joseoncode.com/2011/09/26/a-walkthrough-jquery-deferred-and-promise/