I'm unsure of an efficient way of doing this.
I have nested lists that I want to collapse/expand:
<ul>
<li>find following nested list (ul) by using a reference to this node
<ul>
<li>...
Doing this by looking through childNodes seems crazy. Isn't there a way to
find the next node? A better way?
Jeff
I have nested lists that I want to collapse/expand:
<ul>
<li>find following nested list (ul) by using a reference to this node
<ul>
<li>...
Doing this by looking through childNodes seems crazy. Isn't there a way to
find the next node? A better way?
Jeff
Comment