Skip to content

Instantly share code, notes, and snippets.

@kubido
Created November 2, 2011 02:25
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kubido/1332691 to your computer and use it in GitHub Desktop.
Save kubido/1332691 to your computer and use it in GitHub Desktop.
load jquery from chrome console, firebug.. etc
script = document.createElement("script");
script.setAttribute("src", "http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js");
document.body.appendChild(script);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment