I am creating an admin section for a site I'm building. One of the options is to change the sort order of a list of items. I have all the backend (PHP) code running properly, but having a little issue with the jQuery.
When the user clicks the Move Up link, how can I switch the table row containing the link they clicked on, and the one above it (row 3 becomes 2, and row 2 becomes 3)? Thanks