> Hi,
>
> it seems there's no callback for 'onDrop' (like in Droppable) in Scriptaculous' Sortable. Is there any way to call a function whenever an element's dropped in Sortable?
Implicitly, dropping calls the onChange callback, and you could use that.
Walter