Re: [Rails-spinoffs] Sortable onUpdate problem

2006-02-01 Thread Siegfried Puchbauer
what about just re-creating the sortables on update?... onUpdate: function(sortContainer){Sortable.create(...);Sortable.create(...);}The sortables first get destroy (including the draggables) and then re-created hthsigi2006/2/1, Peter Michaux <[EMAIL PROTECTED]>: Hi,I have two sortables with differ

[Rails-spinoffs] Sortable onUpdate problem

2006-01-31 Thread Peter Michaux
Hi, I have two sortables with different options (but same tags. just 'li'). When I drag an item from sortable1 to sortable2 I want it to gain the options that the sortable2 items have. I've tried all day to understand how Draggables and their observers are destroyed but I keep gettting buggy beha