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

首頁 > 語言 > JavaScript > 正文

實用的Jquery選項卡TAB示例代碼

2024-05-06 15:51:16
字體:
供稿:網(wǎng)友
Jquery選項卡想必大家并不陌生,本文為大家介紹個比較實用的jquery TAB選項卡,喜歡的朋友可以學(xué)習(xí)下

復(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>實用的Jquery選項卡</title>
<script language="javascript" type="text/javascript" src="jquery-1.9.1.min.js"></script>
<style type="text/css">
.order_box .stitle {
width: 825px;
clear: right;
height: 27px;
border-bottom: 2px solid #A10000;
}
.order_box .stitle .close {
width: 80px;
height: 18px;
border-top: 1px solid #dedede;
border-left: 1px solid #dedede;
border-right: 1px solid #dedede;
background: #f1f1f1;
color: #000;
text-align: center;
float: left;
margin-right: 5px;
padding-top: 8px;
}
.order_box .stitle .open {
width: 82px;
height: 20px;
background: #A10000;
color: #fff;
text-align: center;
float: left;
margin-right: 5px;
padding-top: 8px;
overflow: hidden;
}
.order_box ul li {
cursor: pointer;
display: list-item;
list-style:none;
}
</style>
<script type="text/javascript">
//選項卡切換
$(function () {
$(".stitle li").click(function () {
var index_tab = $(this).parent().children().index($(this)); //選項卡的索引值
$(this).parent().find(".open").removeClass("open").addClass("close"); //選項卡背景處理
$(this).removeClass("close").addClass("open");
var content_obj = $(".cntorder") //內(nèi)容節(jié)點
content_obj.hide();
content_obj.eq(index_tab).show();
});
});
</script>
</head>
<body>
<div>
<div>
<ul>
<li>進(jìn)行中</li>
<li>已完成</li>
<li>無效</li>
</ul>
</div>
<div >tab1</div>
<div>tab2</div>
<div>tab3</div>
</div>
</body>
</html>

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表

圖片精選

主站蜘蛛池模板: 柳州市| 宁化县| 柳林县| 横山县| 秭归县| 平罗县| 仁化县| 托克逊县| 临澧县| 宁城县| 左权县| 沛县| 滦平县| 肥西县| 萍乡市| 永嘉县| 北票市| 新民市| 临安市| 清徐县| 祥云县| 青冈县| 师宗县| 临海市| 罗甸县| 岗巴县| 柘城县| 广宁县| 和政县| 平罗县| 泽库县| 富平县| 二连浩特市| 昌黎县| 光泽县| 绵竹市| 如皋市| 汽车| 龙游县| 荥经县| 温泉县|