aboutsummaryrefslogtreecommitdiffstats
path: root/demos/droppable/index.html
blob: 6fd371a256d79153a114227161576e04fb775f08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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</a></li>
		<li><a href="accept.html">accept</a></li>
		<li><a href="hoverclass.html">hoverClass</a></li>
		<li><a href="activeclass.html">activeClass</a></li>
		<li><a href="greedy.html">greedy</a></li>
		<li><a href="tolerance.html">tolerance</a></li>
		<li><a href="revert.html">revert</a></li>
	</ul>
</div>

</body>
</html>