Created
August 1, 2016 13:44
-
-
Save solidpple/60ffd62eb0cfc7579c3d35c94bc51370 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $.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