I recently used dwz to do projects. Sometimes I don’t want to use dwz loading when using ajax.
So just like removing it, it’s very simple, just one line of code:
$.ajaxSettings.global=false;
Just add this line of code in front of ajax: The following is my code
$.ajaxSettings.global=false;
$.getJSON(show.conf.url, show.conf .data, function(d) {
});