Skip to content

Instantly share code, notes, and snippets.

@Javlopez
Created September 2, 2011 15:16
Show Gist options
  • Save Javlopez/1188890 to your computer and use it in GitHub Desktop.
Save Javlopez/1188890 to your computer and use it in GitHub Desktop.
Json
$.post('/account/updateprofile',$form.serialize(),function(Response){
console.log(Response);
},'json');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment