Here is the example code:
<div>
Text..
<div id="editable-editor" contenteditable="true">Some Text Here...</div>
</div>
If press enter inside the #editable-editor
after Some Text
it will create a <div>Here...</div>
element for the text Here.
How do I add the jquery-ui draggable
class to the <div>Here...</div>
element to make it dragabble?