Skip to content

Instantly share code, notes, and snippets.

@rantastic
Created April 3, 2013 15:13
Show Gist options
  • Save rantastic/5302085 to your computer and use it in GitHub Desktop.
Save rantastic/5302085 to your computer and use it in GitHub Desktop.
JS: jquery post
$.post('ajax/PAGE', postData,
function(data){
},
'json');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment