I recently ran into some troubles using JQuery Draggable and Resizable plugins. Looking for solutions, i found some very fragmented code in many different places and finally fil
Try this:
$('#Div').draggable({ iframeFix: true });
This should work.