This plugin disables text selection for any element you specify. This can be useful when dealing with UI elements sometimes.
As featured in Uniform — Sexy forms with jQuery.
http://mathiasbynens.be/demo/noselect
$('p.with-click-handler').noSelect();
Please do not use this plugin to disable text selection on entire documents. That’s just annoying.
– Mathias