mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
21 lines
347 B
HTML
21 lines
347 B
HTML
|
<!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>
|
||
|
</dl>
|
||
|
|
||
|
</body>
|
||
|
</html>
|