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='http://jquery.com/src/jquery-latest.js';})();

There should be no linebreaks or spaces. Or you can just go to this page and
drag the link to your bookmark bar:

http://erikandcolleen.com/erik/projects/jquery/bookmarklet/

Enjoy!

--Erik

Reply via email to