Skip to content

Instantly share code, notes, and snippets.

@drewlesueur
Created November 10, 2009 06:32
Show Gist options
  • Save drewlesueur/230677 to your computer and use it in GitHub Desktop.
Save drewlesueur/230677 to your computer and use it in GitHub Desktop.
add jquery
javascript: var sCrIpT = document.createElement("script"); sCrIpT.src = "http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"; document.body.appendChild(sCrIpT); void(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment