Skip to content

Instantly share code, notes, and snippets.

@maxp
Created January 25, 2012 11:31
Show Gist options
  • Select an option

  • Save maxp/1675889 to your computer and use it in GitHub Desktop.

Select an option

Save maxp/1675889 to your computer and use it in GitHub Desktop.
$.ajax({
url:url,
type:"POST",
data:data,
contentType:"application/json; charset=utf-8",
dataType:"json",
success: function(){
// .. http://api.jquery.com/jQuery.ajax/
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment