I have a list of images which are all set to 40% opacity when the DOM is loaded. I need the first of these images to remain at 100% opacity as the ...
Is there a way in jQuery to get the true opacity of an element? You can, of course, get the element's defined opacity with
$element.css('opacity')