[jQuery] Change image to black and white on hover
Hi all,
I'd like to think this is possible with JQuery, but can't find a reference online.
Basically, I have a bunch of coloured logos that have links wrapped around them. I would like to create a hover state using JQuery that makes the images turn black and white when you hover over them. Currently I am creating two images - one colour, one black and white then swapping them out using CSS. If I could create the black and white hover state using JQuery, it would save a lot of hassle.
Would appreciate any help.