Drag Add jQuery! to your bookmark toolbar.

Home > Code > jquery-bookmarklet

jquery-bookmarklet

A bookmarklet that includes jQuery in the current page. Available on GitHub.

Dependencies

Getting started

If you have the Firebug console available then you can just start using the jQuery function there, if not then you can call javascript from the address bar in your browser:

javascript:(function(){ jQuery('body').fadeOut('slow').fadeIn('slow'); })();

Getting the latest version

git clone git://github.com/c7/jquery-bookmarklet.git
cd jquery-bookmarklet
rake

(Requires Mac OS X with Git and Firefox installed.)

Bugs/Feature Requests

The full and most up to date source is at GitHub:

http://github.com/c7/jquery-bookmarklet/

You can clone or fork from there to fix or break the code.

I’m happy to take feature requests/bug reports. Just email me (peter@c7.se) or message me on GitHub.

License

This code is free to use under the terms of the MIT license.