[jQuery] Re: Traversing nested lists not working in IE

2009-03-25 Thread Andrew
Stupid standards. :) That's what I suspected. Thanks Richard. On Mar 25, 2:08 pm, "Richard D. Worth" wrote: > That html isn't valid. The nested ul element can't be a child of a ul. It > needs to be a child of an li, like so > > >   >   >     >       >     >   >   > > > - Richard > > On

[jQuery] Re: Traversing nested lists not working in IE

2009-03-25 Thread Richard D. Worth
That html isn't valid. The nested ul element can't be a child of a ul. It needs to be a child of an li, like so - Richard On Wed, Mar 25, 2009 at 1:50 PM, Andrew wrote: > > HTML: > > > > > > > > > > JS: > $("ul li").click(function(){