I am using this and it's working perfectly on the browser
http://docs.jquery.com/UI/Sortable
Now I want to save it to the server, I know about serialize
, but I don't want to update everything.
On the server I only want to know what was moved to where.
Is it possible to find that out on the stop
event? And how?
Thanks in advance.