Html
    Css
    Js
* {
	margin:0;
	padding:0;
}
.head {
	height:35px;
	background:#F90;
}
.menu {
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.menu a {
	line-height:35px;
	height:35px;
	float:left;
	padding:0 10px;
	margin-right:10px;
	text-decoration:none;
	color:#FFF;
	font-size:14px;
}
.menu a.active {
	background:#F60;
}
.submenu {
	height:300px;
	position:relative;
	margin:0 auto;
}
.submenu p {
	width:100%;
	line-height:300px;
	text-align:center;
	font-size:200px;
	color:#FFF;
	background:#03ccbb;
	margin:0 auto;
	position:absolute;
	left:0;
	top:0;
	display:none;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

JQuery二级菜单

jq 里面的定时器不是一个  每次都需要清理 定时器的  
有讨巧的方法就是  var that = this

0