Hello,
onChange as advertised for Sortable cannot work, as there is code missing.
// onChange event handler
element.sortable = {};
element.sortable.onChange = options.onChange;
needs to be added to Sortable.create() to make it work.
Bye,
Martin
