Hello,

I always used to uncheck a radio button this way :
$('#radio_shuttle_1_4')[0].checked=false;

The problem is that when using a selector that matches more than one
element, it will not work.
e.g. : $('[EMAIL PROTECTED]')[0].checked=false;  
will not work.

Thank you for any help !!
-- 
View this message in context: 
http://www.nabble.com/Check-Uncheck-a-radiobutton-tp14337468s27240p14337468.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to