Created
April 2, 2012 17:20
-
-
Save fredyang/2285344 to your computer and use it in GitHub Desktop.
add script
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
var script = document.createElement( 'script' ); | |
script.src = "http://code.jquery.com/jquery-latest.js"; | |
document.head.appendChild( script ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment