IE8 + Jquery ajax call giving parsererror from dJango : for json data which seems valid in Firefox
- by PlanetUnknown
The ajax call works fine in FF.
the data returned is in JSON here is an example from FF firebug -
{"noProfiles": "No profiles have been created, lets start now !"}
When I try to print the error in IE8 (& in compatibility modes as well), it says "parsererror".
But the output seems to be valid JSON.
Here is the ajax function call I'm…