is it possible to use the ajaxComplete or ajaxStop features of jQuery to decide whether or not the callback gets called?
Essentially I want to be able to take basic error checking code that is currently in most of my callbacks, and add it to a sort of global callback.