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

java - How to print docx and pdf? -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

java - IntelliJ to move a class along with conflicted classes to a new package? -