Return to Snippet

Revision: 9704
at November 18, 2008 07:34 by Zver


Initial Code
var s=document.createElement('script');
s.setAttribute('src','http://jquery.com/src/jquery-latest.js');
document.getElementsByTagName('body')[0].appendChild(s);

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

Initial Description


Initial Title
jQuery Console for Firebug

Initial Tags
javascript, jquery

Initial Language
JavaScript