come on marty try reviewing your css skills a little bit especially
the css selectors. You 've got it wrong, but this should do :

$('ul li.stripeable:even').addClass('greenbar');



On Fri, Oct 24, 2008 at 8:47 PM, MartyB <[EMAIL PROTECTED]> wrote:
>
> With...
> $('ul ul li.stripeable:even').addClass('greenbar');
>
> it only stripes the child li's not the parent li's also.
> I want every line in the display to be striped in sequential order.
> Marty

Reply via email to