Treeview drag and drop

Posted by David Thorisson on Stack Overflow See other posts from Stack Overflow or by David Thorisson
Published on 2010-03-21T16:33:10Z Indexed on 2010/03/21 16:41 UTC
Read the original article Hit count: 428

Filed under:
|

I'm using the jQuery droppable/dragable to reorder a treeview (made up of ul/li items)

I have no problems making a element and dragging it into the tree

When I define the

  • items to be draggable, the code doesn´t work any more (the items are classed as "droppables" but the drop event won´t run)

    Isn't this supposed to be possible?

  • © Stack Overflow or respective owner

    Related posts about jQuery

    Related posts about drag-and-drop