gpt4 book ai didi

jquery-ui - jQuery 可拖动 : access the being-dragged element on drag start

转载 作者:行者123 更新时间:2023-12-02 02:32:02 28 4
gpt4 key购买 nike

当元素开始被拖动时,我需要修改它。 “开始”回调有两个参数,只有第一个参数对我有用。交易是我正在使用 helper: 'clone' 这使得 event.originalTarget 仅指向“原始”元素,而不是新元素(实际上那个被拖着)。任何解决方案?谢谢,米。

最佳答案

ui.helper 不是您需要的吗?来自文档:

ui.helper - the jQuery object representing the helper that's being dragged

所以你会有类似的东西

$( ".selector" ).draggable({
start: function(event, ui) {
ui.helper.modify(the_way_I_want_to_modify_it);
}
});

关于jquery-ui - jQuery 可拖动 : access the being-dragged element on drag start,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3410307/

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