$('article .more').hover(function() { $(this).prev().addClass('hover'); }, function() { $(this).prev().removeClass('hover'); });