[jQuery] Re: Cross Browser Issues - Simple use of JQuery

2007-11-13 Thread Sam Collett
On Nov 12, 4:31 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: To nest lists properly, I believe you want to put the ul you are toggling inside the li you are clicking Also, only li can be nested in ul or ol, so it would be invalid HTML (although browsers forgive that).

[jQuery] Re: Cross Browser Issues - Simple use of JQuery

2007-11-12 Thread [EMAIL PROTECTED]
To nest lists properly, I believe you want to put the ul you are toggling inside the li you are clicking, like this lia href=javascript:;Sub Level 1/a ul class=SubSubLevelCategory lia href=javascript:;Bottom Level 1/a/ li