I want to do a Ul traversal to the n-th level but I can't understand
how the selectors work. What I am trying to do is taking some
generated php data (that are unordered lists within unordered lists),
and toggle every element from each second level of <ul> and so on.

I am trying to make a peculiar sidebar (you gotta love people who
don't know about programming but want their own visuals) and it's
driving me crazy. Due to the complexity of the menu, I can't use the
treeview control of jquery.

Is there any tutorial about full traversal of ul elements starting
with a ul with class?

Reply via email to