Is there are difference between a .done(function {}) and a success function in an $.ajax call? I need the one that doesn't permit the program to continue until the ajax call and the success function are complete. Does .done(function {}) wait until success is completely processed or just continues as soon as the data is returned?
- To do an async ajax call with jquery: stackoverflow.com/questions/133310/…Shanoor– Shanoor2015-12-03 05:40:31 +00:00Commented Dec 3, 2015 at 5:40
- 1Already answered here: stackoverflow.com/questions/8840257/…Prashanth– Prashanth2015-12-03 05:41:36 +00:00Commented Dec 3, 2015 at 5:41
Add a comment |