Skip to content

Instantly share code, notes, and snippets.

@robertklep
Created April 11, 2013 10:17
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 robertklep/5362261 to your computer and use it in GitHub Desktop.
Save robertklep/5362261 to your computer and use it in GitHub Desktop.
$.ajax( {
url: 'http://localhost:3000/save',
data: r,
type: 'GET',
success: function(response) {
console.log('SUCCESS', response);
},
error: function(xhr, status, message) {
console.log('ERROR', status, message);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment