what are the various data we can get from the settings object of ajaxComplete() code example
Example: all ajaxcomplete event
//when document load and complete all ajax response this event will fire only one time
$(document).ajaxStop(function(){
alert("All AJAX requests completed");
});