Have all the divs have a class name eg.) thumbs When the user selects his favorite remove this class name from the particular div and apply your opacity logic to $('div.thumbs'), so that way the favorite one would not be changed.
Thanks & Regards, Dhruva Sagar. On Sat, Dec 5, 2009 at 3:12 AM, Jared <jhkersch...@gmail.com> wrote: > Hello all, > > I have a bunch of thumb nails that will be at full opacity when a user > gets to the page. Users will be able to select their favorite. What I > want to have happen is when a user selects their first favorite all of > the there thumbnails will be lowered in opacity then when they select > other favorites the opacity of that thumbnail will be brought to full. > Each thumbnail is in a div. I am at a complete lose on how I can > achieve this. Any help is greatly appreciated. If you need anymore > info just ask. Thanks ins advance! >