Does anybody know how to disable a text from getting highlighted?
I used:
sym.$("MailFromJail").css({'-ms-user-select': 'none'});
The text is disabled (in Internet Explorer), but when you drag around with the mouse on the html-page, it still gets highlighted.
Any ideas?
Thanks!