Skip to content

Instantly share code, notes, and snippets.

@walm
Created February 13, 2011 09:12
Show Gist options
  • Save walm/824556 to your computer and use it in GitHub Desktop.
Save walm/824556 to your computer and use it in GitHub Desktop.
jQuery on anypage
var 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