aboutsummaryrefslogtreecommitdiffstats
path: root/demos/droppable/index.html
blob: 67cc5314c2b5c490c6b0b55940e6f3a6a7633fa4 (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 Droppable Demos</title>
	<link type="text/css" href="../demos.css" rel="stylesheet" />
</head>
<body>

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

</body>
</html>