I don’t know if this is a bug or a header needs to be changed to fix this.
But i setup a safecracker form to work with AJAX, i used the example from the docs which works with jQuery Form Plugin.
It works fine apart from in IE where it keeps trying to download the json. I have looked online to see if there is a fix, it does seem that this is a problem in general. A few people have mentioned that putting the header content-type: application/json in would help.
Some said that IE doesn’t like Content-Type to have capitals.
I don’t know if anyone else has had this issue or know a way to fix this.
Thanks