Closed markokeeffe closed 9 years ago
I think this is moot now, given that adding success callbacks (in an array or otherwise) is deprecated, and that we've added support for jQuery Deferred - you can just hang as many .done or .fail blocks off of the request as you like.
jQuery.ajax() API allows for an array of success functions to be specified:
The following line is incompatible with this: