Skip to content

Instantly share code, notes, and snippets.

@mortenjust
Created March 18, 2012 00:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mortenjust/2067237 to your computer and use it in GitHub Desktop.
Save mortenjust/2067237 to your computer and use it in GitHub Desktop.
javascript jquery jsonp ajax
$.ajax({
url: url,
dataType: 'jsonp',
data: data,
success: callback
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment