jQuery treeview with sortable

前端 未结 4 1717
南方客
南方客 2021-02-15 17:09

I was just wondering if anyone knows of any way to get the bassistance treeview plugin to work with jQuery UI\'s sortable plugin? Particularly in terms of being able to drag and

相关标签:
4条回答
  • 2021-02-15 17:41

    I am also trying to do this, I have got some basic sorting working by setting the handle to 'span', but I cannot seem to sort from one UL to another.

    I tried using combine: 'ul' but that does not seem to work.

    0 讨论(0)
  • 2021-02-15 17:45

    The jstree plugin has a pretty solid code base with, for example, many events to attach your own logic to.

    0 讨论(0)
  • 2021-02-15 17:51

    I did have the same problem, have a look at nested sortable. It probably is too late but might be helpful for others later.

    0 讨论(0)
  • 2021-02-15 17:57

    I would like to add http://mjsarfatti.com/sandbox/nestedSortable/

    0 讨论(0)
提交回复
热议问题