gpt4 book ai didi

jquery - 为什么是:last-child not giving me the results I expect?

转载 作者:行者123 更新时间:2023-12-01 08:17:56 24 4
gpt4 key购买 nike

jsFiddle在这里:http://jsfiddle.net/_mtr/uqMZJ/

基本上,当文档准备好时,只有 10 行左右的表格不会被隐藏。我想要最后一个非隐藏行的索引,但我的 jQuery 选择器让我失望。

最佳答案

您滥用了 :last-child选择器,匹配其父元素的最后一个子元素。您实际上想要匹配集中的最后一个元素,因此您应该使用 :last选择器:

i2 = $('table .visible:last').index();

您会发现更新的 fiddle here .

关于jquery - 为什么是:last-child not giving me the results I expect?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9280023/

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