I have a CMS and in my CMS I need to sort my menu by jquery sortable!
What is the result of sorting, I mean when I drag and drop an element by sortable what is the result of sorting? does jquery sortable give me a number of index?
for example:
when I drag an Item that is at the first in the menu, and put it at the end of the menu how to get index of the item at it's new position?