Arrange the li based on the custom postion
Hi,
I am using sortable plugin to reorder the list (
http://jqueryui.com/sortable/)
Now, i need to get the position of the all the li, save it into the db. Also when the user logs-in again the order of li should be fetched from db and based on the same order the list should be displayed.
Thanks in Advance.