aboutsummaryrefslogtreecommitdiffstats
path: root/demos/selectable/index.html
blob: df413102371a1116925d607ddee2e12fa1566089 (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>
	<title>jQuery UI Selectable 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</a></li>
		<li><a href="floating.html">Floating</a></li>
		<li><a href="serializing.html">Serializing</a></li>
	</ul>
</div>

</body>
</html>