identify which $. ajax AjaxStart's coming
identify which $. ajax AjaxStart's coming
$("#mask").ajaxStart(function () {
mask.load();
}).ajaxStop(function() {
mask.unLoad();
});
This
code
is
executed
in many
places with
different purposes
,
how
could I
identify
which
$
.
ajax
AjaxStart
's coming
?
Topic Participants
o_drunk
Kevin Boudloche