[jQuery] Re: disable effect in images

2007-10-20 Thread Feijó
Nice idea!! Will try that one :) Thanks, Wizzud On Oct 19, 7:31 pm, Wizzud <[EMAIL PROTECTED]> wrote: > The simplest way is to reduce it's opacity ... > > jQuery('img').css({opacity:0.5}); > > On Oct 19, 10:31 am, "Alessandro Feijó" <[EMAIL PROTECTED]> wrote: > > > Its possible to turn any imag

[jQuery] Re: disable effect in images

2007-10-19 Thread Wizzud
The simplest way is to reduce it's opacity ... jQuery('img').css({opacity:0.5}); On Oct 19, 10:31 am, "Alessandro Feijó" <[EMAIL PROTECTED]> wrote: > Its possible to turn any image to gray simulating a disabled effect?? > > I'm trying to find it out but don't know what are the keywords to searc