Say I have a simple list
<ul>
<li>Cats</li>
<li>Dogs</li>
<li>Birds</li>
<li>Snakes</li>
<li>Spiders</li>
</ul>
I want to remove Birds, and move it to any other position. More than anything, I'll probably have to target the item to move by its text content, and choose where to put it based on the other item's text content.