Skip to content

Instantly share code, notes, and snippets.

@solidpple
Created August 1, 2016 13:44
Show Gist options
  • Select an option

  • Save solidpple/60ffd62eb0cfc7579c3d35c94bc51370 to your computer and use it in GitHub Desktop.

Select an option

Save solidpple/60ffd62eb0cfc7579c3d35c94bc51370 to your computer and use it in GitHub Desktop.
$.ajax({
url:"/score/ajax/research",
type:"POST",
success: function(result) {
if (result) {
} else {
alert("불러오기 실패");
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment