Can't move li elements from one unorderted list to another
- by Roland
I have two un-ordered list
<ul id="#list1">
<li>one</li>
<li>two</li>
</ul>
<ul id="#list2"></ul>
and two buttons
<input id="add" name="yt1" type="button" value="<<" /><br />
<input id="remove" name="yt2" type="button" value=">>" />
If the button with the id add…