$('.opovest').hover(function() { opdcfs = $(this).parent(); opdcfs.find('.opoFlo').slideDown(200); }, function(){ opdcfs = $(this).parent(); opdcfs.find('.opoFlo').slideUp(200); });