Skip to content

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

License

Notifications You must be signed in to change notification settings

prydie/jQuery-GreyScale-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECIATED

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

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published