selection method turns on text selection that was previously turned off during the drag event. This method is called by default in 'destroy' unless a event is listening to the 'dragdown' event.
## Example
$('div.drag').bind('dragdown', function(elm,event,drag){ drag.noSelection(); });
drag.selection(elm) -> undefined
{}
{undefined}
selection method turns on text selection that was previously turned off during the drag event. This method is called by default in 'destroy' unless a event is listening to the 'dragdown' event.
## Example