Side navigation
Ticket #2102: d.html
File d.html, 0.7 KB (added by bear.bibeault, April 04, 2008 01:48AM UTC)
Test file that demonstrates issue
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script type="text/javascript" src="../resources/jquery/jquery-1.2.3.min.js"></script>
<script type="text/javascript" src="../resources/jquery/ui/ui.mouse.js"></script>
<script type="text/javascript" src="../resources/jquery/ui/ui.draggable.js"></script>
<script type="text/javascript" src="../resources/jquery/ui/ui.draggable.ext.js"></script>
<script>
$(function(){
$('.moveme').draggable();
});
</script>
</head>
<body>
<div class="moveme">Move me</div>
</body>
</html>
Download in other formats:
Original Format
File d.html, 0.7 KB (added by bear.bibeault, April 04, 2008 01:48AM UTC)
Test file that demonstrates issue
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script type="text/javascript" src="../resources/jquery/jquery-1.2.3.min.js"></script>
<script type="text/javascript" src="../resources/jquery/ui/ui.mouse.js"></script>
<script type="text/javascript" src="../resources/jquery/ui/ui.draggable.js"></script>
<script type="text/javascript" src="../resources/jquery/ui/ui.draggable.ext.js"></script>
<script>
$(function(){
$('.moveme').draggable();
});
</script>
</head>
<body>
<div class="moveme">Move me</div>
</body>
</html>