Quang Trần
Quang Trần

Reputation: 13

JQuery - Drag, Drop and Sortable

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 muchenter image description here

Upvotes: 0

Views: 32

Answers (0)

Related Questions