Skip to content

Instantly share code, notes, and snippets.

@luokebi
Created April 3, 2015 05:53
Show Gist options
  • Save luokebi/450d65dce7cb5b2e6a85 to your computer and use it in GitHub Desktop.
Save luokebi/450d65dce7cb5b2e6a85 to your computer and use it in GitHub Desktop.
Jquery ajax post with payload
$.ajax({
rul: url,
type: 'POST',
contentType: 'application/json',
data: JSON.stringify({a: b})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment