Search and Top Navigation
Ticket #4191: sortable_ticket_4191.html
File sortable_ticket_4191.html, 1.1 KB (added by rdworth, February 20, 2009 09:21AM UTC)
<!doctype html>
<html lang="en">
<head>
<title>Sortable Visual Test : Ticket #4191</title>
<script type="text/javascript" src="http://jquery-ui.googlecode.com/svn/tags/1.6rc6/jquery-1.3.1.js"></script>
<script type="text/javascript" src="http://jquery-ui.googlecode.com/svn/tags/1.6rc6/ui/ui.core.js"></script>
<script type="text/javascript" src="http://jquery-ui.googlecode.com/svn/tags/1.6rc6/ui/ui.sortable.js"></script>
<script type="text/javascript">
$(function() {
$("#sortable").sortable();
});
</script>
<style type="text/css">
#sortable div { height: 150px; width:200px; border: 2px solid black; }
</style>
</head>
<body>
<div style="height:500px;"></div>
<div id="sortable">
<div>Sortable 1</div>
<div>Sortable 2</div>
<div>Sortable 3</div>
<div>Sortable 4</div>
<div>Sortable 5</div>
<div>Sortable 6</div>
<div>Sortable 7</div>
<div>Sortable 8</div>
<div>Sortable 9</div>
<div>Sortable 10</div>
<div>Sortable 11</div>
<div>Sortable 12</div>
<div>Sortable 13</div>
<div>Sortable 14</div>
<div>Sortable 15</div>
</div>
<div style="height:1000px;"></div>
</body>
</html>
Download in other formats:
Original Format
File sortable_ticket_4191.html, 1.1 KB (added by rdworth, February 20, 2009 09:21AM UTC)
<!doctype html>
<html lang="en">
<head>
<title>Sortable Visual Test : Ticket #4191</title>
<script type="text/javascript" src="http://jquery-ui.googlecode.com/svn/tags/1.6rc6/jquery-1.3.1.js"></script>
<script type="text/javascript" src="http://jquery-ui.googlecode.com/svn/tags/1.6rc6/ui/ui.core.js"></script>
<script type="text/javascript" src="http://jquery-ui.googlecode.com/svn/tags/1.6rc6/ui/ui.sortable.js"></script>
<script type="text/javascript">
$(function() {
$("#sortable").sortable();
});
</script>
<style type="text/css">
#sortable div { height: 150px; width:200px; border: 2px solid black; }
</style>
</head>
<body>
<div style="height:500px;"></div>
<div id="sortable">
<div>Sortable 1</div>
<div>Sortable 2</div>
<div>Sortable 3</div>
<div>Sortable 4</div>
<div>Sortable 5</div>
<div>Sortable 6</div>
<div>Sortable 7</div>
<div>Sortable 8</div>
<div>Sortable 9</div>
<div>Sortable 10</div>
<div>Sortable 11</div>
<div>Sortable 12</div>
<div>Sortable 13</div>
<div>Sortable 14</div>
<div>Sortable 15</div>
</div>
<div style="height:1000px;"></div>
</body>
</html>