t;[EMAIL PROTECTED]> wrote:
> On Oct 26, 2007, at 8:21 PM, jkl wrote:
>
>
>
>
>
> > Hi,
> > I am running the sample from the learning jquery book chap.2 on p.
> > 28.
>
> > $('th').parent().addClass('table-heading');
> >
Hi,
I am running the sample from the learning jquery book chap.2 on p.
28.
$('th').parent().addClass('table-heading');
$('tr:not([th]):even').addClass('even');
$('tr:not([th]):odd').addClass('odd');
It runs fine with the v1.1 that is included with the sample codes from
packtpub.com. How
2 matches
Mail list logo