aboutsummaryrefslogtreecommitdiff
path: root/static/development-bundle/demos/sortable/index.html
blob: b77f223d241dfb0ffe74907b9983ef0e9d8d6619 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html lang="en">
<head>
	<title>jQuery UI Sortable 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 functionality</a></li>
		<li><a href="placeholder.html">Drop placeholder</a></li>
		<li><a href="connect-lists.html">Connect lists</a></li>
		<li><a href="connect-lists-through-tabs.html">Connect lists through tabs</a></li>
		<li><a href="empty-lists.html">Handle empty lists</a></li>
		<li><a href="items.html">Include / exclude items</a></li>
		<li><a href="delay-start.html">Delay start</a></li>
		<li><a href="display-grid.html">Display as grid</a></li>		
		<li><a href="portlets.html">Portlets</a></li>
	</ul>
</div>

</body>
</html>