i added the draggable functionality to one of my divs using the jquery-ui draggable
like in their example here http://jqueryui.com/draggable/
so if the draggable div has text inside it <div id="draggable" class="ui-widget-content"> Drag me around</div>
how can i enable the option of being able to select the "drag me around" text so i can copy it?
is it possible to make a specific area/icon inside the div that only when you click on it and drag the mouse the entire div moves, but if you click somewhere else in the div it's not going to move- and will allow to select and copy text?