What\'s the best way to make an element unselectable using jQuery?
I know you can use onselectstart=\"return false;\" ondragstart=\"return false;\" in the H
onselectstart=\"return false;\" ondragstart=\"return false;\"
If you use JqueryUI you can set class="ui-state-default" to the div that you dont want to be selected.
class="ui-state-default"