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

Popular posts from this blog

python 3 IndexError: list index out of range -

android - How to save instance state of selected radiobutton on menu -

IF statement in MySQL trigger -