Return to Snippet

Revision: 7634
at August 2, 2008 22:30 by crazylion


Initial Code
j=document.createElement("SCRIPT");
j.src="http://code.jquery.com/jquery-latest.pack.js";
document.getElementsByTagName("HEAD")[0].appendChild(j);

Initial URL
http://techrageo.us/2008/03/05/jquery-for-firebug/

Initial Description


Initial Title
load jquery in firebug

Initial Tags
jquery

Initial Language
JavaScript