microsoft , ajax jquery.unobtusive-ajax.js, , . jquery, ? , , .
, , , .
jquery.unobtusive-ajax.js.
asyncRequest $.extend , , . .
:
complete: function () {
loading.hide(duration);
getFunction(element.getAttribute("data-ajax-complete"), ["xhr", "status"]).apply(this, arguments);
},
:
complete: function () {
loading.hide(duration);
getFunction(element.getAttribute("data-ajax-complete"), ["xhr", "status"]).apply(this, arguments);
$(document).trigger('ajaxComplete');
},