Quick and simple example of what's asked for

http://paste.pocoo.org/show/87343/




On Oct 7, 2:08 pm, "Isaak Malik" <[EMAIL PROTECTED]> wrote:
> Do you understand the purpose of radio buttons? You probably need checkboxes
> instead and you can check them all by using the below code:
>
> $(function(){
> $('input[type=checkbox]').checked = true;
>
> });
> On Tue, Oct 7, 2008 at 7:36 PM, Costaud <[EMAIL PROTECTED]> wrote:
>
> > Hello,
>
> > Can you please tell me how can I have all radio buttons set to "yes"
> > or "no"?
>
> > Thanks.
>
> --
> Isaak Malik
> Web Developer

Reply via email to