Test Case Boilerplate
Fork this way...
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">
<img id="inner" src="http://d3pr5r64n04s3o.cloudfront.net/038_ImageTypes/PNG24-example.png">
JavaScript
$("#inner").draggable({
cursor : 'pointer',
revert : false
});