Skip to content

Instantly share code, notes, and snippets.

@hugueslamy
Created March 6, 2012 22:34
Show Gist options
  • Save hugueslamy/1989479 to your computer and use it in GitHub Desktop.
Save hugueslamy/1989479 to your computer and use it in GitHub Desktop.
Load JQuery from Firebug console
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