Skip to content

Instantly share code, notes, and snippets.

@chyld
Created February 27, 2013 05:06
Show Gist options
  • Save chyld/5045245 to your computer and use it in GitHub Desktop.
Save chyld/5045245 to your computer and use it in GitHub Desktop.
$.ajax({
dataType: 'json',
type: "GET",
url: "/data",
}).done(function( msg ) {
alert( "Data Saved: " + msg );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment