jQuery.Drag.prototype.selection  function     

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}
© Jupiter IT - JavaScriptMVC Training and Support