[jQuery] Re: selecting elements in a nested table

2007-10-08 Thread [EMAIL PROTECTED]
Thanks! Excellent info! What I was playing around was something almost like what you had, but not quite. The devil is in the details like they say.

[jQuery] Re: selecting elements in a nested table

2007-10-07 Thread Karl Swedberg
Hi there, This will work with jQuery 1.2+: $('ul.mylist ul:not(:has(.active))').hide(); --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Oct 7, 2007, at 4:46 PM, [EMAIL PROTECTED] wrote: Could someone help me out with the following problem. I've been