aboutsummaryrefslogtreecommitdiffstats
path: root/demos/draggable/index.html
blob: e68d32cc445592d05f1b308aa8f02f8cfc160f5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html lang="en">
<head>
	<title>jQuery UI Draggable Demos</title>
	<link type="text/css" href="../demos.css" rel="stylesheet" />
</head>
<body>

<dl class="demos-nav">
	<dt>Draggable</dt>
		<dd><a href="default.html">Default</a></dd>
</dl>

</body>
</html>