前端之家收集整理的这篇文章主要介绍了
JQ选项卡,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
<table class="html5"><tbody><tr class="li1">
<td class="ln"><pre class="de1">1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
>
>
>jQuery选项卡
>
>
><>
>
$(document).ready(function(){
var oli=$("ul li");
var odiv=$(".Box div");
oli.click(function(){
odiv.css({"display":"none"});
$(this).addClass("cur")
.siblings()
.removeClass("cur");
odiv.eq($(this).index()).css({"display":"block"});
})
})
>
>
.Box{ position:relative;}
.Box div{ width:500px;
height:500px;
position:absolute;
top:0;
left:0; }
.cur{ color:#E00;}
>
>
>
>
>关注>
>最新>
>最热>
>视频>
>家居>
>旅行>
>
Box">
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>