I got some troubles to make work jquery-ui draggable. I will share with you my solution, this is the best solution?
I just insert this to test before I start my real work.
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.24/jquery-ui.min.js"></script>
and
$('img').draggable();
Like here: http://jsbin.com/eqowet/2/
But I got a error:
Error: Uncaught TypeError: Cannot read property 'msie' of undefined.