[jQuery] Image Opacity 60 Percent on Hovering Images inside a link tag
I'd like to do this with minimal code and so a plugin that has a whole
lot of other features would not be ideal. Could someone get me
started with some jQuery code that would do this?
Here's the html:
<a href="link.html" class="linkFadeImageOnHover"><img
class="imageFadeOnHover" src"filename.jpg"></a>