$(function(){ $(".parent").hover(function(){ $(this).children('.child').toggleClass('opacity'); }); });