File: index.html

package info (click to toggle)
jqueryui 1.8.ooops.21%2Bdfsg-2%2Bdeb7u2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,748 kB
  • sloc: php: 613; xml: 104; makefile: 53
file content (24 lines) | stat: -rw-r--r-- 706 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<title>jQuery UI Droppable Demos</title>
	<link rel="stylesheet" href="../demos.css">
</head>
<body>

<div class="demos-nav">
	<h4>Examples</h4>
	<ul>
		<li class="demo-config-on"><a href="default.html">Default functionality</a></li>
		<li><a href="accepted-elements.html">Accepted elements</a></li>
		<li><a href="propagation.html">Prevent propagation</a></li>
		<li><a href="visual-feedback.html">Visual feedback</a></li>
		<li><a href="revert.html">Revert draggable position</a></li>
		<li><a href="shopping-cart.html">Shopping Cart</a></li>
		<li><a href="photo-manager.html">Simple photo manager</a></li>
	</ul>
</div>

</body>
</html>