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

</body>
</html>