i have tried to check and uncheck a checkbox with

$('news_cat_3').setAttribute('checked','checked')
$('news_cat_3').removeAttribute('checked')

and also with

$('news_cat_3').setAttribute('checked','')
$('news_cat_3').setAttribute('checked',false)

but nothing works in FF3.
$('news_cat_3').checked = true;
$('news_cat_3').checked = false;
works perfectly!

why??

br stef



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to