$('.js-personePic').hover(function() { $(this).find('.desc').slideDown(200); }, function() { $(this).find('.desc').slideUp(200); });