Skip to content

Instantly share code, notes, and snippets.

@hrkd
Last active December 15, 2015 23:49
Show Gist options
  • Save hrkd/5343454 to your computer and use it in GitHub Desktop.
Save hrkd/5343454 to your computer and use it in GitHub Desktop.
ほんとよく忘れる
//require jQuery
$.ajax({
url: "foo",
dataType: "bar",
data:{
"foo":"bar"
},
success: function(data, textStatus, xhr){
result = data;
},
error: function( data, textStatus, xhr ) {
alert(textStatus);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment