Reputation: 13
I have containers and container items, I want to implement the following features:
The code below works fine for requirements 1 and 2, but for requirement 3, I don't have any solution for it at all
$(".connected-sortable")
.sortable({
connectWith: ".connected-sortable",
stack: ".connected-sortable .day-content-item-enable",
items: ".day-content-item-enable",
stop: function (event, ui) { },
})
.disableSelection();
Hope to receive a response soon, thank you very much
Upvotes: 0
Views: 32