[jQuery] Check/Uncheck a radiobutton

[jQuery] Check/Uncheck a radiobutton


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. : $('[@id^=radio_shuttle_1]')[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.