M
michael
Good Morning,
I have an unordered list similar to:
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
I want to be able to insert a new list item anywhere in the list, for
example, between Item 1 and Item2.
How can this be done with Javascript and DOM?
Cheers!
I have an unordered list similar to:
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
I want to be able to insert a new list item anywhere in the list, for
example, between Item 1 and Item2.
How can this be done with Javascript and DOM?
Cheers!