/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
var s=document.createElement('script'); s.setAttribute('src','http://jquery.com/src/jquery-latest.js'); document.getElementsByTagName('body')[0].appendChild(s);
URL: http://www.learningjquery.com/2006/12/jquerify-bookmarklet