-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathindex-1.1.6.html
More file actions
122 lines (111 loc) · 4.24 KB
/
index-1.1.6.html
File metadata and controls
122 lines (111 loc) · 4.24 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<title>KISSY - An Enjoyable UI Library</title>
<link rel="stylesheet" href="1.1.6/assets/base-min.css"/>
<link rel="stylesheet" href="1.1.6/assets/docs.css"/>
<style>
table {
width: 100%;
margin-bottom: 20px;
}
th, td {
padding: 5px 10px;
border: 1px solid #fff;
color: #333;
}
th {
background: #E9F2FA;
border-color: #AACCEE;
}
.agrade {
background: #CCFFCC;
color: #666;
}
h3 {
margin: 20px 0 10px;
font-size: 14px;
color: #333;
}
</style>
</head>
<body class="w866">
<div id="header">
<a class="logo" href="index.html"><img src="1.1.6/assets/logo.png" alt="KISSY" width="138" height="74"/></a>
<p class="rel-nav">
切换文档版本:
<select onchange="location.href=document.getElementById('t').value;"
id="t">
<option value="index-1.1.6.html">1.1.6</option>
<option value="index-1.2.html">1.2.0</option>
<option value="1.2/../">1.3.0</option>
</select>
<span class="s-cheat"><a href="kcs/core.html">core 作弊条</a></span>
<span class="s-cheat"><a href="kcs/widget.html">widget 作弊条</a></span>
</p>
</div>
<div id="content" class="layout grid-s232m0">
<div class="col-main">
<div class="main-wrap">
<h1>KISSY 1.1.x 文档</h1>
<p>
<img src="1.1.6/assets/welcome.jpg" alt="welcome" style="float: right" width="250" height="214"/>
KISSY 是一个小巧灵活、简洁实用的 UI 类库,它希望使用者能愉悦编码、快乐开发。
</p>
<p>这里是 KISSY 的文档,由开发者精心制作。赶快开始愉悦之旅吧。</p>
<p>兼容性:</p>
<pre style="padding: 0 20px;">
IE9 beta
IE6 / IE7 / IE8
Firefox 3.6.†
Chrome 4.0.†
Safari 4.0.†
Opera 10.†
</pre>
</div>
</div>
<div class="col-sub">
<div class="sub-wrap">
<div class="toc">
<h3>Seed</h3>
<ul>
<li><a href="1.1.6/seed/kissy.html">kissy</a></li>
<li><a href="1.1.6/seed/lang.html">lang</a></li>
</ul>
<h3>Core</h3>
<ul>
<li><a href="1.1.6/ua/index.html">ua</a></li>
<li><a href="1.1.6/dom/index.html">dom</a></li>
<li><a href="1.1.6/event/index.html">event</a></li>
<li><a href="1.1.6/node/index.html">node</a></li>
<li><a href="1.1.6/json/index.html">json</a></li>
<li><a href="1.1.6/ajax/index.html">ajax</a></li>
<li><a href="1.1.6/cookie/index.html">cookie</a></li>
<li><a href="1.1.6/base/index.html">base</a></li>
</ul>
<h3>Components</h3>
<ul>
<li><a href="1.1.6/cssreset/index.html">cssreset</a></li>
<li><a href="1.1.6/cssgrids/index.html">cssgrids</a></li>
<li><a href="1.1.6/csscommon/index.html">csscommon</a></li>
<li><a href="1.1.6/sizzle/index.html">sizzle</a></li>
<li><a href="1.1.6/template/index.html">template</a></li>
<li><a href="1.1.6/datalazyload/index.html">datalazyload</a></li>
<!--<li><a href="dd/index.html">dd</a></li>-->
<li><a href="1.1.6/flash/index.html">flash</a></li>
<li><a href="1.1.6/switchable/index.html">switchable</a></li>
<li><a href="1.1.6/suggest/index.html">suggest</a></li>
<li><a href="1.1.6/calendar/index.html">calendar</a></li>
<!--<li><a href="uibase/index.html">uibase</a></li>-->
<li><a href="1.1.6/imagezoom/index.html">imagezoom</a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="footer">
<p class="copyright">© 2009 - 2029 KISSY UI LIBRARY</p>
</div>
</body>
</html>