aboutsummaryrefslogtreecommitdiffstats
path: root/demos/position/index.html
blob: 54a6d54c63c25674dbb0f413f87f1496ab53903e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8" />
	<title>jQuery UI Position Demo</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="cycler.html">Cycling images</a></li>
	</ul>
</div>

</body>
</html>