我成功拖动了对象,但这些对象在克隆到新区域后不会保留拖放之前附加到它们的鼠标事件。
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
虽然这个克隆插件实例数据我不想要。
答案 0 :(得分:0)
为类提供拖动元素。和,
ImageFormat.JPEG
此点击事件适用于动态添加的元素。