-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdrawer1.html
81 lines (79 loc) · 1.95 KB
/
drawer1.html
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
72
73
74
75
76
77
78
79
80
81
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>云游戏首页-云游戏,高端的游戏</title>
<link rel="stylesheet" href="jDrawer.css">
<link rel="stylesheet" href="main.css">
<script type="text/javascript" src="jquery-1.6.1.min.js"></script>
<script type="text/javascript" src="jquery.jDrawer.js"></script>
</head>
<body>
<script type="text/javascript">
jQuery(document).ready(function($)
{
$("#jDrawer-1").jDrawer({event: "click"});
});
</script>
<div id="jDrawer-1" style="float: left; margin-left: 10px;">
<ul>
<li>
<h3 class="jDrawer-buffer">New! jDrawer</h3>
<ul>
<li>sssxssd</li>
<li>dssfssd</li>
</ul>
</li>
<li>
<h3 class="jDrawer-buffer">Latest Gadgets</h3>
<ul>
<li>xxxxxxxxxxxxxxxxxxxxxxxxxxx</li>
<li>wwwwwwwwwwwwwwwwwwwwwwwwwww</li>
</ul>
</li>
<li>
<h3 class="jDrawer-buffer">jSkin</h3>
<ul>
<li>3333333333333333333333333333</li>
<li>3333333333333333333333333333</li>
</ul>
</li>
<li>
<h3 class="jDrawer-buffer">sfsfs</h3>
<ul>
<li>Web 2.0 for your site?</li>
<li>Kick your design from 1999!</li>
</ul>
</li>
<li>
<h3 class="jDrawer-buffer">s2sdfsdf</h3>
<ul>
<li>ttttttttttttttttttttttttttt</li>
<li>ccccccccccccccccccccccccccc</li>
</ul>
</li>
<li>
<h3 class="jDrawer-buffer">jSkin</h3>
<ul>
<li>sdgggggggggggggggggggggg</li>
<li>tttttttttttttttttttttttt</li>
</ul>
</li>
<li>
<h3 class="jDrawer-buffer">xx2222</h3>
<ul>
<li>s2kkkkkkkkkkkkkkkkkkkkkk</li>
<li>pppppppppppppppppppppppp</li>
</ul>
</li>
<li>
<h3 class="jDrawer-buffer">bbbbbbbbbbbbbbbbbb</h3>
<ul>
<li>hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh</li>
<li>llllllllllllllllllllllll</li>
</ul>
</li>
</ul>
</div>
</body>
</html>