load jquery in firebug


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. j=document.createElement("SCRIPT");
  2. j.src="http://code.jquery.com/jquery-latest.pack.js";
  3. document.getElementsByTagName("HEAD")[0].appendChild(j);

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.