-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathindex.html
33 lines (30 loc) · 1.2 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery UI in Action: Source Code</title>
<link rel="stylesheet" href="css/demos.css">
</head>
<body>
<h1>jQuery UI in Action: Code snippets and examples</h1>
<ul>
<li><a href="chapter-01/index.html">Chapter 1</a></li>
<li><a href="chapter-02/index.html">Chapter 2</a></li>
<li><a href="chapter-03/index.html">Chapter 3</a></li>
<li><a href="chapter-04/index.html">Chapter 4</a></li>
<li><a href="chapter-05/index.html">Chapter 5</a></li>
<li><a href="chapter-06/index.html">Chapter 6</a></li>
<li><a href="chapter-07/index.html">Chapter 7</a></li>
<li><a href="chapter-08/index.html">Chapter 8</a></li>
<li><a href="chapter-09/index.html">Chapter 9</a></li>
<li><a href="chapter-10/index.html">Chapter 10</a></li>
<li><a href="chapter-11/index.html">Chapter 11</a></li>
<li><a href="chapter-12/index.html">Chapter 12</a></li>
<li><a href="appendix-c/index.html">Appendix C</a></li>
<li><a href="appendix-d/index.html">Appendix D</a></li>
<li><a href="appendix-f/index.html">Appendix F</a></li>
<li><a href="jsfiddles.html">List of jsFiddles</a></li>
</ul>
</body>
</html>