2008-12-23 11:41:11 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<title>jQuery UI Accordion Demos</title>
|
2008-12-23 13:02:51 +00:00
|
|
|
<link type="text/css" href="../demos.css" rel="stylesheet" />
|
2008-12-23 11:41:11 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2008-12-23 13:02:51 +00:00
|
|
|
<dl class="nav">
|
2008-12-23 11:41:11 +00:00
|
|
|
<dt>Accordion</dt>
|
2008-12-29 18:00:36 +00:00
|
|
|
<dd><a href="default.html">Basic accordion (default)</a></dd>
|
|
|
|
<dd><a href="mouseover.html">Mouseover accordion</a></dd>
|
|
|
|
<dd><a href="fillspace.html">FillSpace example</a></dd>
|
2008-12-23 11:41:11 +00:00
|
|
|
</dl>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|