jquery-ui/demos/tabs/index.html
Scott González 162056b2aa Tabs: Removed tabs at bottom demo
Places tabs at the bottom is bad for accessibility. Dynamic content should not
precede the control for the content.
2014-02-19 16:58:01 -05:00

20 lines
479 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Tabs Demos</title>
</head>
<body>
<ul>
<li><a href="default.html">Default functionality</a></li>
<li><a href="ajax.html">Content via Ajax</a></li>
<li><a href="mouseover.html">Open on mouseover</a></li>
<li><a href="collapsible.html">Collapse content</a></li>
<li><a href="sortable.html">Sortable</a></li>
<li><a href="manipulation.html">Simple manipulation</a></li>
</ul>
</body>
</html>