Is there a way to sort the list items like this example:
http://jqueryui.com/sortable/#default
Important is that it saves the order to the database.
I have a column in my database collection called "sorting".
I now work with the request parameter "sort".
It reads the values (1,2,3,etc) from the database and puts it in the right order.
I want to create my app so that the user can define his own sort order (like the example http://jqueryui.com/sortable/#default , a simple drag and drop made for touch screen)