[jQuery] Re: A better way to do this?

2008-08-24 Thread MorningZ
".find()" should help $(this).find("ul > li > a").each( )

[jQuery] Re: A better way to do this?

2008-08-24 Thread Dana
Gracias amigo, that did the trick! I knew it was simple ;-) On Aug 24, 4:27 pm, MorningZ <[EMAIL PROTECTED]> wrote: > ".find()" should help > > $(this).find("ul > li > a").each( > > )