Test Case Boilerplate
Fork this way...
by maxgalbu
HTML
<script src="http://code.jquery.com/ui/jquery-ui-git.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/ui/jquery-ui-git.css">
<div style="width: 100px; height: 1000px; background: green;"> </div> <h1 class="draggable">drag me</h1> <div style="width: 100px; height: 1000px; background: green;">
JavaScript
$(".draggable").draggable({
helper: "clone"
});