gpt4 book ai didi

javascript - jQuery 绑定(bind)事件处理程序

转载 作者:行者123 更新时间:2023-11-28 16:41:32 25 4
gpt4 key购买 nike

我想使用 jQuery 将“click”事件处理程序附加到 ID 为“foo”的元素的第一个子元素上。据我所知,执行此操作的语法是:

$('#foo:first-child').bind('click', function(event) {
// I want to access the first child here
})

在处理程序主体中,我想访问导致事件被触发的元素。我在某处读到过,您不能简单地通过“this”引用它,那么我该如何访问它?

最佳答案

$(this).doStuff()

关于javascript - jQuery 绑定(bind)事件处理程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/250643/

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