[jQuery] Re: Selecting radio buttons within different RadioGroups via a click

2009-04-16 Thread madrid440-goo...@yahoo.co.uk
[name='RadioGroup2']:nth(1)).attr(checked,checked); }); $(#button2).click(function(){ $(input:radio[name='RadioGroup1']:nth(1)).attr(checked,checked); $(input:radio[name='RadioGroup2']:nth(2)).attr(checked,checked); }); }); /script On Apr 15, 7:31 pm, madrid440-goo...@yahoo.co.uk madrid440- goo

[jQuery] Re: Selecting radio buttons within different RadioGroups via a click

2009-04-15 Thread madrid440-goo...@yahoo.co.uk
=RadioGroup2_1 /1/label labelinput type=radio name=RadioGroup2 value=2 id=RadioGroup2_2 /2/label /td /tr /table On Apr 15, 2:08 am, madrid440-goo...@yahoo.co.uk madrid440- goo...@yahoo.co.uk wrote: I'm getting lost in selectors... I am trying to achieve the following: A button click needs to select

[jQuery] Selecting radio buttons within different RadioGroups via a click

2009-04-14 Thread madrid440-goo...@yahoo.co.uk
I'm getting lost in selectors... I am trying to achieve the following: A button click needs to select certain radio buttons within different radio groups. e.g RadioGroup1_0 and RadioGroup2_1 A click on another button resets the radio buttons to blank, and then selects different radio buttons

[jQuery] Tabbed user interface

2009-01-26 Thread madrid440-goo...@yahoo.co.uk
Hi, I'm trying to build a tabbed user interface based upon the themeroller css and demo.html found in the themeroller zip file. It connects to a database and loads data into the tabs when required. The interface is set-up to provide a customer back-end, so that the customer can update their