jquery.iecors icon indicating copy to clipboard operation
jquery.iecors copied to clipboard

Enable response parsing and converting (from text to JSON, e.g.) by usin...

Open prantlf opened this issue 12 years ago • 0 comments

...g the code from jQuery 1.9.1

I needed the same behaviour of $.ajax done by the original jQuery XHR and by the IE8/9 version prepared by your hook - a JSON object if the response content type was application/json. Solving in the hook saves using JSON.parse at every place $.ajax is used. Consider including it in the official version too, please.

--- Ferda

prantlf avatar Jul 31 '13 19:07 prantlf