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 ajax page requests finish loading, $ .ajaxStop serves as a "standard" for all document requests. But I have a single ajax call where I do not want $ .unblockUI to run ... is there any way to make it happen on that request alone?