I have a jQuery function to move table rows up and down. I do not know how to save the data, nor get the position of each row. I am using PHP to show the table rows.
How
You may want to look at jQuery Sortable. I used it to reorder table rows.