jquery-ui/demos/accordion/index.html

22 lines
398 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<title>jQuery UI Accordion Demos</title>
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
<script type="text/javascript">
$(function() {
})
</script>
</head>
<body>
<dl>
<dt>Accordion</dt>
<dd><a href="default.html">Default</a></dd>
<dd><a href="mouseover.html">Mouseover</a></dd>
</dl>
</body>
</html>