Skip to content

Instantly share code, notes, and snippets.

@tallykatt
Forked from hugueslamy/jqueryinfirebug.js
Created July 25, 2016 02:32
Show Gist options
  • Save tallykatt/aeb9cac3c8cc13669ec612f674f6bc40 to your computer and use it in GitHub Desktop.
Save tallykatt/aeb9cac3c8cc13669ec612f674f6bc40 to your computer and use it in GitHub Desktop.

Revisions

  1. Hugues Lamy created this gist Mar 6, 2012.
    3 changes: 3 additions & 0 deletions jqueryinfirebug.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    j=document.createElement("SCRIPT");
    j.src="http://code.jquery.com/jquery-latest.pack.js";
    document.getElementsByTagName("HEAD")[0].appendChild(j);