2009-04-24 19:53:21 +00:00
|
|
|
<!doctype html>
|
2008-12-30 04:16:51 +00:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<title>jQuery UI Accordion Demos</title>
|
|
|
|
<link type="text/css" href="../demos.css" rel="stylesheet" />
|
|
|
|
</head>
|
|
|
|
<body>
|
2008-12-30 09:53:45 +00:00
|
|
|
<div class="demos-nav">
|
2008-12-30 21:02:37 +00:00
|
|
|
<h4>Examples</h4>
|
2008-12-30 09:32:49 +00:00
|
|
|
<ul>
|
2009-01-19 21:02:36 +00:00
|
|
|
<li class="demo-config-on"><a href="default.html">Default functionality</a></li>
|
2009-01-01 00:36:10 +00:00
|
|
|
<li><a href="fillspace.html">Fill space</a></li>
|
2009-01-31 05:56:46 +00:00
|
|
|
<li><a href="no-auto-height.html">No auto height</a></li>
|
2009-01-19 21:02:36 +00:00
|
|
|
<li><a href="collapsible.html">Collapse content</a></li>
|
|
|
|
<li><a href="mouseover.html">Open on mouseover</a></li>
|
2009-01-27 10:08:19 +00:00
|
|
|
<li><a href="custom-icons.html">Customize icons</a></li>
|
2009-03-22 15:48:26 +00:00
|
|
|
<li><a href="sortable.html">Sortable</a></li>
|
2008-12-30 09:32:49 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
2008-12-30 04:16:51 +00:00
|
|
|
</body>
|
|
|
|
</html>
|