What is disableSelection used for in jQuery UI?

Viewed 35836

Can someone help me understand why is this useful and when to use it?

$( "#sortable" ).disableSelection();
3 Answers
Related