I want to trigger a callback function after the sorting of jqueryuis sortable completely finished and everything is in place again.
I tried the stop
event, but the element I dragged is still positioned absolute, so this is not what I want.
Is there any event to achieve that, or do I need to set up some weird timeout stuff?