jquery - $.when multiple ajax how to get multiples responses -


i trying improve code , until now, every time use $.when getting multiples ajax call before doing something, take response of each call global variable, way can use them in .then part

is there way these responses without doing this? mean, in success: function(response){...} part of each ajax, can change that? in .then(function(...) add parameters each response?


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -