aboutsummaryrefslogtreecommitdiffstats
path: root/demos/droppable/index.html
blob: 6ed400c164c6c920fb2c8fd183b00e6810ef175e (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>