setRequestHeader('Accept','application/json; charset=utf-8');or
$.ajax({
dataType: ($.browser.msie) ? "text" : "json",
accepts: {
text: "application/json"
}
});
It looks like you're new here. If you want to get involved, click one of these buttons!