jquery-ui/demos/droppable/index.html
2008-12-23 11:41:11 +00:00

21 lines
347 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>jQuery UI Droppable Demos</title>
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
<script type="text/javascript">
$(function() {
})
</script>
</head>
<body>
<dl>
<dt>Droppable</dt>
<dd><a href="default.html">Default</a></dd>
</dl>
</body>
</html>