$('ul#user li').hover( function(){ $(this).find('div.userBox:hidden').fadeIn(500); }, function(){ $(this).find('div.userBox:visible').fadeOut(500); } );