Html
    Css
    Js

    
                        
* {
	padding:0;
	margin:0;
}
ul {
	list-style:none;
}
ul li {
	float:left;
	border:1px solid #09f;
	width:200px;
	text-align:center;
	padding:0;
	cursor:pointer;
}
.c {
	background:#09f;
	color:#fff;
	border:1px solid #f00;
}
div {
	position:absolute;
	width:608px;
	background:#0f0;
	height:400px;
	top:23px;
	text-align:center;
	line-height:400px;
}

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

JS TAB选项卡(原创)

更新时间:2020-03-16 00:05:10

代码简单易懂

0