I'm trying to make a Menu builder and having trouble finding a plugin to do what I need. On the left is the current menu. It's a nested <ul> list. On the right is a list of pages not appearing in the menu. I need 1. The ability to sort the menu on the left in a nested manner, so items can contain sub-items. 2. The ability to drag items from the left to the right and vice-versa
Something like this would be great: http://dev.jquery.com/view/tags/ui/latest/demos/functional/#ui.sortable But I can't figure out how to make it work with nested lists. I'm also looking at this: http://code.google.com/p/nestedsortables/wiki/NestedSortableDocumentation But this one doesn't use the jQuery UI plugin, but some other interface plugin. I need to combine these features so I can take an item from list of files and move it to the navigation list. Thanks for any help.