Problem: need to move rows up and down, and from one table to another, in an HTML page.
Solution: careful use of jQuery. There are probably many different solutions already out there, but I wanted to learn how to write one for myself. Key functions: closest, detach, append, prev, next, before, and after.