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

$( "#sortable" ).disableSelection();

Thank you.

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

It's useful if you want to make text unselectable. If, for instance, you want to make drag-and-drop elements with text on, it'd be annoying to the user if the text on the box accidentally would get selected when trying to drag the box.

link|improve this answer
thx!, though I found an answer my self (groups.google.com/group/jquery-ui/browse_thread/thread/…). But since you answered I'll mark the answer correct in 10 mins (it can't be sooner as SO doesn't allow that) – Nikola Jun 21 '11 at 14:24
@Nikola: Remember to accept the answer. :) – Kristian Antonsen Jun 21 '11 at 20:30
there, done. Thx! – Nikola Jun 22 '11 at 12:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.