On Dec 15, 2:13 pm, huntspointer2009 <[email protected]> wrote:
> I actually modified the code you provided for me a little to create
> the desired effect:
Yeah, there was a small mistake in that. This would probably work:
$(this).find("li:nth-child(4n+2), li:nth-child(4n+3)").addClass
("color");
The difference is that I incorrectly ended the quote and started a new
one around the comma. They should all be together in a single
selector.
> Thanks for the help Dude, I appreciate it
You're welcome.
-- Scott