$('.theme ').mouseover(function(){ $(this).find('.info').addClass('hover'); }).mouseout(function(){ $(this).find('.info').removeClass('hover') });