Text to edit $(\"#d\").draggable();
I can only drag this div b
$("#d").draggable() .click(function() { $(this).draggable({ disabled: false }); }).dblclick(function() { $(this).draggable({ disabled: true }); });
DEMO