gpt4 book ai didi

javascript - 查找 "this"的名称

转载 作者:行者123 更新时间:2023-11-28 10:08:21 24 4
gpt4 key购买 nike

Possible Duplicate:
jquery - finding the name of the element I have a reference to

我在 droppables/draggables 方面遇到了一个小问题。

如果你拥有的只是

,是否可以获取删除的div的id
$(this) 

进入助手部分。例如这样的东西:

$("#"+ place).droppable({ accept:  tile,  drop:  handler,  zIndex: 0 }); 

...

function handler(event, ui){ 
$(this).css('background-image','url(pretzel-icon-clip-art.jpg)');
$(ui.draggable).remove();
}

我拖动了几个图 block ,因此区分它们变得很有用。

感谢任何帮助,

最佳答案

$(this).attr('id');

应该这样做。

关于javascript - 查找 "this"的名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7882643/

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