I'm handling the dblclick event on a span in my web app. A side-effect is that the double click selects text on the page. How can I prevent this selection from happening?
|
3
|
|
|
|
|
|
You can also apply these styles to the span for all non-IE browsers:
|
||||||||||
|
|
|
A simple Javascript function that makes the content inside a page-element unselectable:
|
||
|
|
|
|
or, on mozilla:
On IE,
|
||
|
|
