I have a simple code example @ http://jsbin.com/ukiwo3/edit
It has 2 connected lists and a load of bound events. I’m hopeful I’ve missed something simple as based on http://jqueryui.com/demos/sortable/ Events I think I should see all these events fired when I drag and reorder a question li. At the moment only sort logs to the console.
Can anyone tell me whats wrong and how to get the rest to fire?
Thanks,
Denis
The events are named differently when binding, for example
sortstartinstead ofstart. Look at the list of events on the demo page for a full list of what your binds should be.Overall, it should look like this:
(not optimized, just showing event names)