[jQuery] Re: how to reset radio button ?

2009-07-02 Thread Davis
anyone help? appreciated in advance.

[jQuery] Re: how to reset radio button ?

2009-07-02 Thread Manuel Munoz Solera
Hi Davis First, you can't use twice the same id. That's a radio button then you must use the same name attribute in both fields. You can use $('input[name=vo_grantview][value=f]').attr('checked', true); Here you have the example of that code: http://jsbin.com/uceyi El 30/06/2009, a