[jQuery] Sortables -- Sortable within a sortable
See http://documents.ccme.ca/sandbox/ for example
I have a sortable list, and the list items are themselves sortable
lists. Everything works fine in Firefox, but in IE (both 6 and 7), you
can only move an item once. After that, it's "frozen", and you can't
move it, though the other items still work (until you move them, in
which case they freeze as well).
In the current attempt, I even destroy all the sortables and reapply
them after an item has moved, but this doesn't work, either.
Any help would be greatly appreciated.