$(".player img").css('opacity','0.7'); $(".mproduct").mouseenter(function(e) { $(this).find(".share").css('opacity',1); }).mouseleave(function(e) { $(this).find(".share").css('opacity',0); });