mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
23 lines
555 B
HTML
23 lines
555 B
HTML
<!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>Droppable</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>
|
|
</ul>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|