gpt4 book ai didi

jquery - 为什么我无法使用 jQuery 获取该按钮的 ID?

转载 作者:行者123 更新时间:2023-12-01 01:59:48 25 4
gpt4 key购买 nike

jsFiddle

我正在尝试使用 $(this).id 获取按钮的 ID,但它显示为未定义。我究竟做错了什么?感谢您的阅读。

编辑:jsFiddle 示例中的代码:

HTML

<button id='remove_button' type='button'>Remove</button>​

jQuery

$('#remove_button').mouseup(function(){
alert($(this).id);
});​

最佳答案

$(这个)

为您提供对 jQuery 对象的引用。您可以像 Mario 所说的那样使用 attr() 函数,甚至可以这样做:

this.id

关于jquery - 为什么我无法使用 jQuery 获取该按钮的 ID?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3843684/

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