2个回答
展开全部
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<script src="jquery1.42.min.js" type="text/javascript"></script>
</head>
<body>
<script>
$(function(){
$(".title").hover(function(){
$(".content").show(1000);
},function(){
$(".content").hide(1000);
}
)
})
</script>
<ul class="title">aaaaaaaaaaaaaaaaaaaaaa</ul>
<div class="content" style="display:none;">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</div>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<script src="jquery1.42.min.js" type="text/javascript"></script>
</head>
<body>
<script>
$(function(){
$(".title").hover(function(){
$(".content").show(1000);
},function(){
$(".content").hide(1000);
}
)
})
</script>
<ul class="title">aaaaaaaaaaaaaaaaaaaaaa</ul>
<div class="content" style="display:none;">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</div>
</body>
</html>
追问
能否实现 hover显示div 移出div才隐藏
追答
这个代码就是
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询