Created
March 6, 2012 22:34
-
-
Save hugueslamy/1989479 to your computer and use it in GitHub Desktop.
Load JQuery from Firebug console
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
j=document.createElement("SCRIPT"); | |
j.src="http://code.jquery.com/jquery-latest.pack.js"; | |
document.getElementsByTagName("HEAD")[0].appendChild(j); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment