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

首頁 > 編程 > JavaScript > 正文

Jquery 實(shí)現(xiàn)Tab效果 思路是js思路

2019-11-21 00:42:41
字體:
供稿:網(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>
<title></title>
<script src="http://img.VeVB.COm/jslib/jquery/jquery.js" type="text/javascript"></script>
<style type="text/css">
.tab
{
background-color: #FAFAFA;
margin: 5px 8px;
padding: 5px 10px;
}
.tab p span
{
background-color: #EFEFEF;
border: 1px solid #CCCCCC;
cursor: pointer;
margin-right: 6px;
padding: 2px 5px;
}
.tab p span.current
{
background-color: #FAFAFA;
border-bottom-color: #fafafa;
}
.tab p
{
border-bottom: 1px solid #CCCCCC;
font-weight: bold;
padding: 0 10px 2px;
}
.tab li
{
border-bottom: 1px dotted #CCCCCC;
padding-bottom: 3px;
margin: 5px 0;
}
.tab .mhot, .tab.allhot
{
display: none;
}
</style>
<script type="text/javascript">
$(document).ready(function() {
$(".tab span:first").addClass("current"); //為第一個(gè)SPAN添加當(dāng)前效果樣式
$(".tab ul:not(:first)").hide(); //隱藏其它的UL
$(".tab span").mouseover(function() {
$(".tab span").removeClass("current"); //去掉所有SPAN的樣式
$(this).addClass("current");
$(".tab ul").hide();
$("." + $(this).attr("id")).fadeIn('slow');
});
});
</script>
</head>
<body>
<div class="tab">
<p>
<span id="tab1">tab1</span> <span id="tab2">tab2</span> <span id="tab3">tab3</span></p>
<ul class="tab1">
<li>武林網(wǎng)</li><li>m.survivalescaperooms.com</li><li>我和我</li></ul>
<ul class="tab2">
<li>一花一世辦</li><li>一草一天堂</li></ul>
<ul class="tab3">
<li>阿里巴巴</li><li>阿里巴巴</li><li>一草一天堂</li><li>我和我的祖國</li><li>最愛的地方</li></ul>
</div>
</body>
</html>

演示代碼 http://demo.VeVB.COm/js/jquery_tab/index.htm
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 东海县| 昌邑市| 庐江县| 武鸣县| 南阳市| 和静县| 乌恰县| 霞浦县| 黄陵县| 奉化市| 禄劝| 泰安市| 唐海县| 津市市| 文成县| 四平市| 沁源县| 宕昌县| 资兴市| 缙云县| 宣武区| 西宁市| 遂川县| 灵山县| 托克托县| 郁南县| 大安市| 临朐县| 东兴市| 阿图什市| 定西市| 康乐县| 乌拉特中旗| 永定县| 桂东县| 常德市| 双峰县| 莒南县| 修水县| 通辽市| 磐安县|