/ Published in: JavaScript
URL: http://www.learningjquery.com/2006/12/jquerify-bookmarklet
Expand |
Embed | Plain Text
var s=document.createElement('script'); s.setAttribute('src','http://jquery.com/src/jquery-latest.js'); document.getElementsByTagName('body')[0].appendChild(s);
You need to login to post a comment.
