jquery-ui/demos/accordion/index.html

18 lines
420 B
HTML
Raw Normal View History

<!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" />
</head>
<body>
2008-12-23 13:02:51 +00:00
<dl class="nav">
<dt>Accordion</dt>
<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>
</dl>
</body>
</html>