[jQuery] Trouble with -moz-user-select
Hi all.
I don't know if it's Firefox or jQuery's fault, but while I can use
$("body").css('-moz-user-select', 'none');
to disable text selection, but enabling it again with
$("body").css('-moz-user-select', 'auto');
doesn't work.
$('body').css('-moz-user-select');
still returns `none` and, of course, I'm unable to select text.
Any idea?
(By the way, I'm using this evil proprietary property to disable
background text selection while dragging "popup" divs.)
Regards.
--
Choan
<http://choangalvez.nom.es/>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/