Hi everyone, I am trying to do a multi level UL /LI with the sortable component of jquery-ui. The sortable behaviour its only available while moving on the same level (vertical). It works OK while dragging between first level elements, but everything starts to fall apart when dragging between elements from other levels. Its like the dragging event is propagating to the parent level, and so on. It works, but it looks awful.
The code is here: http://pastie.org/private/xh5hvjirpigcpee7rska Any idea on how to solve this? Thanks in advance. Lucas