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

2009-04-16 Thread madrid440-goo...@yahoo.co.uk
> up a bit: > > > > > > > > id="RadioGroup1_0" />0 > id="RadioGroup1_1" />1 > id="RadioGroup1_2" />2 > > > > > > > id="RadioGroup2_0" />0 > id="RadioGroup2_1" />1 > id=&quo

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

2009-04-15 Thread madrid440-goo...@yahoo.co.uk
I should have added some clearer HTML. I've added tables to break it up a bit: 0 1 2 0 1 2 On Apr 15, 2:08 am, "madrid440-goo...@yahoo.co.uk" wrote: > I'm getting lost in selectors... > > I am trying to achieve the following: > A button cli

[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 wi

[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 acco