gpt4 book ai didi

javascript - jQuery UI 仅拖动元素的中心激活可拖动垃圾

转载 作者:行者123 更新时间:2023-12-03 04:55:44 24 4
gpt4 key购买 nike

我正在使用“可排序”列表和“可删除”垃圾。问题是拖动元素仅在中心激活该垃圾。如何将“激活区域”扩展到所有元素? enter image description here

enter image description here

这是我用来做的 jquery:

$(".barbox").sortable({
connectWith: '.connectedTrash, #droptaskdelete'
}).disableSelection();

$(".barbox").sortable({
connectWith: '.connectedTrash, #droptaskdelete'
}).disableSelection();

$("#droptaskdelete").droppable({
accept: ".connectedTrash .bar",
hoverClass: "trash-active",
drop: function(ev, ui) {
ui.draggable.remove();
}
});

垃圾箱正在工作,问题出在“激活区域”。我希望所有拖动的元素都激活该垃圾箱。

请帮忙。

最佳答案

关于javascript - jQuery UI 仅拖动元素的中心激活可拖动垃圾,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42437954/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com