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
Post a Comment