I have a HTML list that I'd like to allow the user to be able to re-order through drag-and-dropping, and then submit their changes to the database.
I'm happy with all the database stuff, but I'm struggling with the Javascript/JQuery.
I've currently got jQuery UI Sortable working fine (so the other and re-order elements via drag-and-drop), but I don't know how to go about getting the new order for the SUBMIT.
Can anyone help? If you need more information, just say. Thanks!