jQuery Selection Plugin
Another jQuery plugin. A simple, light and fast way to enable or disable the selection of elements in a web page.
Usage
To disable:
$('element').disableSelection();
To enable:
$('element').enableSelection();
Work with Firefox, Chrome, IE 8+, Opera and Safari.
MIT License
Read the LICENSE file included with the project.
Enjoy!