2009-01-24 12:07:26 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Sortable Static Test : Default</title>
|
|
|
|
<link rel="stylesheet" href="../static.css" type="text/css" />
|
|
|
|
<link rel="stylesheet" href="../../../themes/base/ui.base.css" type="text/css" />
|
|
|
|
<link rel="stylesheet" href="../../../themes/base/ui.theme.css" type="text/css" title="ui-theme" />
|
2010-01-27 12:29:43 +00:00
|
|
|
<script type="text/javascript" src="../../../jquery-1.4.1.js"></script>
|
2009-01-24 12:07:26 +00:00
|
|
|
<script type="text/javascript" src="../static.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2009-02-21 11:34:08 +00:00
|
|
|
<div class="ui-sortable"><div>Sortable 1</div><div>Sortable 2</div><div>Sortable 3</div></div>
|
2009-01-24 12:07:26 +00:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|