// JavaScript Document $(function(){ $('.nav ul>li').hover(function(){ $(this).children('dl').stop().slideToggle(); }) })