I submitted a patch a long time ago here http://dev.jquery.com/ticket/2890
that allows the response content type to determine how jquery handles
the response (script, html, etc).
This is not being looked at or applied (not sure why) so I was
wondering if there is a way to intercept the response to change the
'dataType' property with some kind of listener so that I won't have to
keep maintaining a modified jquery.js ?

Any ideas on how to alter jquery's handling of the responseText on a
success ? I believe the 'success' callback would be too late in the
lifetime.
mike

Reply via email to