Thank you both very much.
 It is a great thing to get two variations on a theme.


On Oct 9, 4:44 pm, MorningZ <[EMAIL PROTECTED]> wrote:
> This works
>
> http://paste.pocoo.org/show/87549/
>
> On Oct 9, 4:24 pm, bmclaughlin <[EMAIL PROTECTED]> wrote:
>
> > Hello all,
> > I need a "select all" to work, and be limited to, multiple sections on
> > page.
>
> > How many of these sections there will be on a page is not known.
> > Each section needs its own "select all" trigger.
>
> > For example: (but how many of these groups there would be would be
> > unknown)
>
> > <div>
> >         <a href="">Select All</a> <a href="">Deselect All</a>
>
> >         <label><input type="checkbox" />Item 1</label><br/>
> >         <label><input type="checkbox" />Item 2</label><br/>
> >         <label><input type="checkbox" />Item 3</label><br/>
> >         <label><input type="checkbox" />Item 4</label><br/>
> > </div>
>
> > <div>
> >         <a href="">Select All</a> <a href="">Deselect All</a>
>
> >         <label><input type="checkbox" />Item 1</label><br/>
> >         <label><input type="checkbox" />Item 2</label><br/>
> >         <label><input type="checkbox" />Item 3</label><br/>
> >         <label><input type="checkbox" />Item 4</label><br/>
> > </div>
>
> > <div>
> >         <a href="">Select All</a> <a href="">Deselect All</a>
>
> >         <label><input type="checkbox" />Item 1</label><br/>
> >         <label><input type="checkbox" />Item 2</label><br/>
> >         <label><input type="checkbox" />Item 3</label><br/>
> >         <label><input type="checkbox" />Item 4</label><br/>
> > </div>
>
> > Thank you in advance.

Reply via email to