Created
February 14, 2012 12:37
-
-
Save takuya/1826543 to your computer and use it in GitHub Desktop.
jQueryを手早くコピペ出来る ref: http://qiita.com/items/2483
This file contains 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
src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"; | |
sc = document.createElement("script"); | |
sc.type="text/javascript"; | |
sc.src=src; | |
document.body.appendChild(sc); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment