Thanks Paul. This example is helpful. I still think it would simplify things a lot to simply get the underlying jqXHR object though. My biggest issue with this method is the requirement of calling dfd.resolve() in the completefunc(). Ideally, the callback function shouldn't know or care that it is part of a larger chain of async calls.
↧