I am using jquery ui draggable and am allowing the user to change the order of a list, when they are done I plan to have them click a button and I will create a json file with their current list order, what is the best way to do something like this using jquery since the list order is not written on html file?
ps: each li
tag and ul
tag may have an id.