javascript - How to trigger event after completion of ajax request if global option is set to false? -
from jquery documentation:
if $.ajax() or $.ajaxsetup() called global option set false, .ajaxcomplete() method not fire.
and same applies .ajaxsuccess()
so, there alternative way trigger event once ajax request has been completed.
note: cannot change global
option value true
tracking ajax response of other site.
Comments
Post a Comment