Hi,
I'm using jQuery UI sortable to build a dashboard userface. I'm wondering how I can fetch the item I was sorting last?
What I want to do: I'm using the update event to fire a function > showing a hint, that the new position has been saved. I want to attach the DIV the moved element but therefore I have to know which one it was. Any ideas?
thx TC