aboutsummaryrefslogtreecommitdiffstats
path: root/include/jquery_ui/development-bundle/demos/position/index.html
blob: 498c09b2bf9e0927a25d8c8b0ada1cf6249193d2 (plain) (blame)
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 rel="stylesheet" href="../demos.css">
</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>