gpt4 book ai didi

jquery - 在Jquery中,如何找到被点击的元素的 'eq'?

转载 作者:行者123 更新时间:2023-12-03 21:31:40 25 4
gpt4 key购买 nike

当“uploadChoice”中的一个 div 被点击时,如何确定点击了哪一个?我可以以某种方式返回“eq”值吗?

 <div id=uploadChoice>
<div>Text</div>
<div>Image</div<
<div>Text & Image</div>
</div>



$("#uploadChoice div").click(function(){
//insert code here! :)
});

最佳答案

$('#uploadChoice div').click(function(event) {
var index = $(this).index();
});

关于jquery - 在Jquery中,如何找到被点击的元素的 'eq'?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1188760/

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