I have 2 tables, one table has 2 columns, the other table has 1 column. When you click on a row, that row is removed from the table and a new TR is added to the end of the opposite table. Now I want to sort it alphabetically.
jQuery plugins like tablesorter are total overkill for what I want to do. Is there a simple way I can sort the table?
Edit: Fiddle
Here you have a simple table sorter with a Fiddle demo here:
HTML
JQUERY