国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

jQuery實(shí)現(xiàn)類似滑動(dòng)門切換效果的層切換

2019-11-20 22:02:13
字體:
供稿:網(wǎng)友
復(fù)制代碼 代碼如下:

<!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=utf-8" />
<title>滑動(dòng)門切換,jQuery層切換代碼</title>
<script type="text/javascript" src="http://www.survivalescaperooms.com/ajaxjs/jquery-1.6.2.min.js"></script>
<script type="text/javascript">
$(function(){
$("ul li").each(function(i){
$(this).hover(function(){
$(this).addClass("bg").siblings().removeClass("bg");
$(".div:eq("+i+")").show().siblings(".div").hide();
})
})
})
</script>
<style type="text/css">
*{ margin:0; padding:0; font-size:12px;}
ul li{ list-style:none; float:left; background-color:#999; cursor:pointer; width:100px; height:25px; line-height:25px; text-align:center;}
ul li.bg{ background-color:#9F0;}
.clr{ clear:both;}
.div{width:200px; height:60px; background:#666; line-height:60px; text-align:center;}
.none{ display:none}
</style>
</head>
<body>
<ul><li class="bg">賬戶信息</li><li>郵寄地址</li></ul>
<div class="clr"></div>
<div class="div">
第一個(gè)div內(nèi)容
</div>
<div class="div none">
第二個(gè)div內(nèi)容
</div>
</body>
</html>
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 平陆县| 读书| 富蕴县| 灵宝市| 财经| 长沙市| 岳阳县| 青川县| 铅山县| 麻江县| 民丰县| 青州市| 长葛市| 恩施市| 临颍县| 清苑县| 吴川市| 濮阳市| 南乐县| 湟中县| 扬州市| 长白| 绥宁县| 海原县| 新建县| 阿克| 徐州市| 喜德县| 汾西县| 鄱阳县| 辛集市| 石台县| 全椒县| 常熟市| 岚皋县| 昆明市| 北宁市| 邳州市| 尼玛县| 绥化市| 澄城县|