parsererror after jQuery.ajax request with jsonp content type
问题 I am using jQuery Version 1.5.1 to do the following ajax call: $.ajax({ dataType: 'jsonp', data: { api_key : apiKey }, url: "http://de.dawanda.com/api/v1/" + resource + ".json", success: function(data) { console.log(data); }, error: function(jqXHR, textStatus, errorThrown) { console.log(errorThrown); console.log(textStatus); } }); The server responds with a valid json object: { "response": { "type":"category", "entries":1, "params":{ "format":"json", "api_key":