First all the radio buttons need to have different names then

$(function(){
        $('input[type=radio]').attr("checked",true);
});


On Oct 7, 10:36 am, Costaud <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Can you please tell me how can I have all radio buttons set to "yes"
> or "no"?
>
> Thanks.

Reply via email to