Skip to content

Instantly share code, notes, and snippets.

@TheDahv
Created September 16, 2010 20:31
Show Gist options
  • Save TheDahv/583110 to your computer and use it in GitHub Desktop.
Save TheDahv/583110 to your computer and use it in GitHub Desktop.
// Useful for browser console operations ala Firebug or Chrome Dev Tools
// http://techrageo.us/2008/03/05/jquery-for-firebug/
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