gpt4 book ai didi

javascript - 如何在 jQuery 中选择我的第一个 child

转载 作者:行者123 更新时间:2023-11-30 07:42:03 25 4
gpt4 key购买 nike

<分区>

我在选择 jQuery 中的第一个 child 时遇到了一些麻烦。我试图这样做以避免有很多 if 语句。基本上,您单击一个按钮。此类选择器设置为处理我的 JS 中的点击。进入 JS 后,我想获得刚刚单击的项目的子项,但我没有任何乐趣。

这是我的 JS 中的内容:

$('.itemClicked').click(function(){

var id = $(this).attr('id').first();
// it can't find the method first() here. If I just find the id, I get the
// correct ID of what I just clicked.

var test = id.first();
// I tried the above to seperate the ID from the first() method request
// no joy with this either.

test.toggleClass("icon-tick");
// this is my ultimate aim, to toggle this icon-tick class on the item
// clicked.

});

如果你能在这里帮助我,请提前致谢。我可能只是在做一些愚蠢的事情,但我很难意识到那是什么。

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