jquery-ui/demos/tabs/index.html
2008-12-31 00:43:07 +00:00

21 lines
472 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>jQuery UI Tabs Demos</title>
<link type="text/css" href="../demos.css" rel="stylesheet" />
</head>
<body>
<div class="demos-nav">
<h4>Examples</h4>
<ul>
<li class="demo-config-on"><a href="default.html">Default tabs</a></li>
<li><a href="ajax.html">Ajax tabs</a></li>
<li><a href="collapsible.html">Collapsible tabs</a></li>
<li><a href="mouseover.html">Mouseover (Event)</a></li>
</ul>
</div>
</body>
</html>