Test Case Boilerplate

Fork this way...

by TJ VanToll

HTML

<link href="http://code.jquery.com/ui/jquery-ui-git.css" rel="stylesheet">
<script src="http://code.jquery.com/jquery-git.js"></script>
<script src="http://code.jquery.com/ui/jquery-ui-git.js"></script>
    
<ul>
    <li>Eintrag 1</li>
    <li>Eintrag 2</li>
    <li>Eintrag 3</li>
    <li>Eintrag 4</li>
    <li>Eintrag 5</li>
    <li>Eintrag 6</li>
    <li>Eintrag 7</li>
    <li>Eintrag 8</li>
    <li>Eintrag 9</li>
</ul>

CSS

body {
    height: 20000px;
}

JavaScript

$( "li" ).draggable();