jQuery convert image to grayscale?

jquery

Solution

I don't think jQuery has a special way to do it, but you can use the `<canvas>` tag. see tutorial

Problem

I'm new to jQuery and really liking it. I'd like to know if there's an effect similar to IE's in which I can convert images to grayscale in the runtime?

Original source