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

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -