Skip to content

Instantly share code, notes, and snippets.

@oleander
Created February 1, 2011 22:04
Show Gist options
  • Save oleander/806806 to your computer and use it in GitHub Desktop.
Save oleander/806806 to your computer and use it in GitHub Desktop.
$.ajax({
type: 'get',
url: "http://example.com/channels/10.json",
dataType: 'jsonp',
success: function(data) {
alert(data);
}
});
# Error: Resource interpreted as script but transferred with MIME type application/json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment