Last active
April 25, 2017 04:00
-
-
Save he-and-her/f4bc14a889faac11383e72b9b82c999a to your computer and use it in GitHub Desktop.
Files content a là jQuery
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
$.get("url/" + file.name, function(data) { | |
console.log(data); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment