5758 threads
66 threads
1 email from 1 person
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