blob: 58f54d8101d7cc99bbcc52f34351bdd04938dc81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!doctype html>
<html lang="en">
<head>
<title>jQuery UI Accordion Demos</title>
<link type="text/css" href="../demos.css" rel="stylesheet" />
</head>
<body>
<div id="container">
<h4>Accordion</h4>
<ul>
<li class="demo-config-on"><a href="default.html">Basic accordion (default)</a></li>
<li><a href="mouseover.html">Mouseover accordion</a></li>
<li><a href="fillspace.html">FillSpace example</a></li>
</ul>
</div>
</body>
</html>
|