gpt4 book ai didi

jquery - 获取我拖动元素的div的id

转载 作者:行者123 更新时间:2023-12-01 06:05:34 26 4
gpt4 key购买 nike

我有 2 个或更多可放置的 div,并且有一个地方有一些产品,我可以将这些产品拖放到这 2 个或更多 div 中。在一个 div 中放置一个元素后,我想将该元素移动到其他可滴的 div 中,并且想知道那个 div id 是什么。

我在谷歌上搜索,发现了这个:- $(event.target).attr("id") - 这给了我我移动的元素的ID- $(this).parent().attr('id') - 这给了我元素所在的 div 容器的 id

移动元素后,我想知道放置元素的 div 的 id。

最佳答案

您可以访问draggableiddroppabledrop 回调函数中 - 请参阅 this demo

采纳 @jensgram 的建议 ( Utilizing the awesome power of jQuery to access properties of an element ),以提高 this.id 的速度,而不是 .attr('id')

关于jquery - 获取我拖动元素的div的id,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6827088/

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