0
I have the following problem:
There is a page where I use $.ajaxStop to give a $.unblockUI (modal plugin), this closes the modal "loading..." whenever the page ajax requests finish loading, the $.ajaxStop serves for this, a "default" for all the document requests. But I have a single ajax call where I don’t want the $.unblockUI to run... there’s some way to make it happen only on that request?
You customised the ajax calls in your application and within ajaxStop you added the code to close the modal. Is that it? If it is, put the customization.
– Onaiggac