aboutsummaryrefslogtreecommitdiff
path: root/static/development-bundle/demos/tabs/index.html
blob: 903e9f3fbf5923a061c2726b46d3ad8c5bbef431 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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 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>
	</ul>
</div>

</body>
</html>