[jQuery] tip: jQueryify Bookmarklet
Hello jQuerians,
Thought I'd share a neat little tip I use on a fairly regular basis. It's a bookmarklet that adds jQuery to the current page. Just make a bookmark with this URL:
javascript:(function(){
document.body.appendChild(document.createElement('script')).src='<a href="http://jquery.com/src/jquery-latest.js';})(">http://jquery.com/src/jquery-latest.js';})(</a>);
There should be no linebreaks or spaces. Or you can just go to this page and drag the link to your bookmark bar:
<a href="http://erikandcolleen.com/erik/projects/jquery/bookmarklet/">http://erikandcolleen.com/erik/projects/jquery/bookmarklet/</a>
Enjoy!
--Erik