[jQuery] $.ajax(dataType : 'json') does not work in Opera 9+
[jQuery] $.ajax(dataType : 'json') does not work in Opera 9+
$.ajax(datatype: 'json') does not work with Opera 9+. Using Opera dev console, I could see my response in responseText and responseXML is null. It works in IE and FF.