jQuery-GreyScale-Plugin icon indicating copy to clipboard operation
jQuery-GreyScale-Plugin copied to clipboard

A plugin for jQuery convert images to grayscale on the fly and reveal the coloured version on hover

DEPRECIATED

This plugin is no longer under development the following CSS (in modern browsers) fulfils the same purpose with far greater efficiency.

.. code:: css

img { filter: grayscale(100%); }

jQuery GreyScale

A jQuery plugin for greyscaleing images on the fly and then colouring them on hover.

See example.html for a usage.

Tested in IE6-9, Safari, Chrome and FireFox.

Please send bug reports and feature requests to [email protected] or log them in the issue queue on github (https://github.com/Prydie/jQuery-GreyScale-Plugin/issues).

Pull requests are welcome.

Rewrite

The rewrite branch is a full rewrite of the plugin which aims to solve isues with the changes to jQuery since release as well as exposing the internals of the plugin to enable use with your own event handlers.