Spiderkeg

Results 3 comments of Spiderkeg

Yes, yes it does, with jQuery 1.7.2 and jQueryUI 1.8.18. I just tried your link with jQuery 1.9.1 and jQueryUI 1.9.2 and it didn't work. I also wrote up a...

Using Sortable in conjunction with nestedSortable does kinda work, but the "connectWith" option prevents nesting with the newer jQuery 1.9. jQuery 1.7 appears to work. I created a working example...

I tried a test to have Sortables handling the root items, while nestedSortables was handling the respective groups of children under each of the root items. I got it mostly...