aboutsummaryrefslogtreecommitdiffstats
path: root/tests/static/droppable/default.html
blob: 5c704250315ee4d064afe4ceabe78d9ff5a286d1 (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.1.js"></script>
	<script type="text/javascript" src="../static.js"></script>
</head>
<body>

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

</body>
</html>