It seems if you use ajax in jQuery, the ajax loader is automatically initialized. I'm only using this code on one page.
Code:
$(document).ready(function() {
$.ajax({
// contents
});
});
Is there a way to disable the ajax loader from being initialized in this instance.
Thanks!
Last edited: