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
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 o
I would do it like that:
Select All Deselect All
Item 1
Item 2
Item 3
Item 4
Select All Deselect All
Item 1
Item 2
Item 3
Item 4
and the js:
$(document).ready(function() {
$(".selectAll").click(function() {
3 matches
Mail list logo