[jQuery] Re: Select radio button item

2007-07-12 Thread Marc Jansen
Hi Oscar: Try this: $( 'form input:[EMAIL PROTECTED]'nameOfYourRadios'[EMAIL PROTECTED]''] ) untested as usual -- Marc Oscar esp schrieb: I have a radio button group with 4 items, each one has a value (1,2,3,''). On click in a button of my form I would like the check the radio button

[jQuery] Re: Select radio button item

2007-07-12 Thread Marc Jansen
I had a typo: $( form input:[EMAIL PROTECTED]'nameOfYourRadios'[EMAIL PROTECTED]''] ) Marc Jansen schrieb: Hi Oscar: Try this: $( 'form input:[EMAIL PROTECTED]'nameOfYourRadios'[EMAIL PROTECTED]''] ) untested as usual -- Marc Oscar esp schrieb: I have a radio button group with 4

[jQuery] Re: Select radio button item

2007-07-12 Thread Eric Greene
Hi, what does the @value=''] part of it do? Thanks! On 7/12/07, Marc Jansen [EMAIL PROTECTED] wrote: Hi Oscar: Try this: $( 'form input:[EMAIL PROTECTED]'nameOfYourRadios'[EMAIL PROTECTED]''] ) untested as usual -- Marc Oscar esp schrieb: I have a radio button group with 4

[jQuery] Re: Select radio button item

2007-07-12 Thread dswitzer
Oscar, I have a radio button group with 4 items, each one has a value (1,2,3,''). On click in a button of my form I would like the check the radio button with '' value. I supose that I can access to the radio group ussing $(@idRaio) but then I don't know how can access to the item with