Skip to content

Instantly share code, notes, and snippets.

@takuya
Created February 14, 2012 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takuya/1826543 to your computer and use it in GitHub Desktop.
Save takuya/1826543 to your computer and use it in GitHub Desktop.
jQueryを手早くコピペ出来る ref: http://qiita.com/items/2483
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