aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tabs/index.html
blob: 97c24e2f521d4fcf29741217744dc0610a0f0dbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!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>