jQuery Console for Firebug


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



Copy this code and paste it in your HTML
  1. var s=document.createElement('script');
  2. s.setAttribute('src','http://jquery.com/src/jquery-latest.js');
  3. document.getElementsByTagName('body')[0].appendChild(s);

URL: http://www.learningjquery.com/2006/12/jquerify-bookmarklet

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.