noSelection method turns off text selection during a drag event. This method is called by default unless a event is listening to the 'dragdown' event.
## Example
$('div.drag').bind('dragdown', function(elm,event,drag){ drag.noSelection(); });
drag.noSelection(elm, element.) -> undefined
{}
{[elm] an element to prevent selection on. Defaults to the dragable}
{undefined}
noSelection method turns off text selection during a drag event. This method is called by default unless a event is listening to the 'dragdown' event.
## Example