aboutsummaryrefslogtreecommitdiffstats
path: root/tests/static/droppable/default.html
blob: 65d70c84a390f0d83d889c701a7fc99c0513fd6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html>
<head>
	<title>Droppable Static Test : Default</title>
	<link rel="stylesheet" href="../static.css" type="text/css" />
	<link rel="stylesheet" href="../../../themes/base/jquery.ui.base.css" type="text/css" />
	<link rel="stylesheet" href="../../../themes/base/jquery.ui.theme.css" type="text/css" title="ui-theme" />
	<script type="text/javascript" src="../../../jquery-1.4.2.js"></script>
	<script type="text/javascript" src="../static.js"></script>
</head>
<body>

<div class="ui-droppable"><p>Droppable</p></div>

</body>
</html>