拖动对象上的JQuery可拖动可放置克隆事件

时间:2016-01-01 11:48:47

标签: jquery draggable droppable

我成功拖动了对象,但这些对象在克隆到新区域后不会保留拖放之前附加到它们的鼠标事件。

instance.find('.gt-playlist-content').find("div[class*=gt_draggable]:not(.ui-draggable)").draggable({
        connectToSortable: ".gt_sortable",
        helper: "clone",
        revert: "invalid",
        start: function (event, ui) {
            var _item = jQuery(ui.helper); 

        }
    });


jQuery("#main .gt-playlist-content").droppable({
        tolerance: "touch",
        drop: function(event, ui) {
           //console.log(jQuery(ui.draggable));

       }
    }); 

有没有办法像使用jQuery一样克隆事件?

$(elem).clone(true);

编辑:

实际上我在这里找到了答案,如何克隆助手jquery-ui-draggable-helper-function-for-clonetrue-true-only-clones-once

虽然这个克隆插件实例数据我不想要。

1 个答案:

答案 0 :(得分:0)

为类提供拖动元素。和,

ImageFormat.JPEG

此点击事件适用于动态添加的元素。