[jQuery] Trouble with -moz-user-select

[jQuery] Trouble with -moz-user-select

Is auto a legal value?
http://xulplanet.com/references/elemref/ref_StyleProperties.html

-----Original Message-----
From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On
Behalf Of Choan C. Gálvez
Sent: Thursday, May 04, 2006 11:42 AM
To: jQuery Discussion.
Subject: [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.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/