If I have:
<ul id="theUL">
<li id="anLi1">som e text</li>
<li id="anLi2">som e other text</li>
<ul>
How can I get the value of the text within the the li's?
Any help much appreciated.
thanks
Charlie.
<ul id="theUL">
<li id="anLi1">som e text</li>
<li id="anLi2">som e other text</li>
<ul>
How can I get the value of the text within the the li's?
Any help much appreciated.
thanks
Charlie.
Comment