$("#ul1 li").hover( function(){ $(this).next().slideDown(100); }, function(){ $("#ul2 li").blur(); });