Can someone help me understand why is this useful and when to use it?
$( \"#sortable\" ).disableSelection();
jQuery documentation says to not use it http://api.jqueryui.com/disableselection/
Also, I found that it made elements with contenteditable="true" no longer editable.
contenteditable="true"