$("a img").bind("mouseenter", function() { $(this).fadeTo(500, 0.1); }); $("a img").bind("mouseleave", function() { $(this).fadeTo(500, 1); });