aboutsummaryrefslogtreecommitdiffstats
path: root/demos/droppable/index.html
blob: cc45f31b14b602ae9988422397a176045ad221fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
	<title>jQuery UI Droppable 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 Droppable</a></li>
		<li><a href="accept.html">Accept</a></li>
		<li><a href="hoverclass.html">Hover Class</a></li>
		<li><a href="activeclass.html">Active Class</a></li>
		<li><a href="greedy.html">Greedy</a></li>
		<li><a href="revert.html">Revert</a></li>
	</ul>
</div>

</body>
</html>