gpt4 book ai didi

jquery - html表使用jquery查找最后一行之前的行

转载 作者:行者123 更新时间:2023-12-03 22:07:38 26 4
gpt4 key购买 nike

我有一个标准的 HTML 表格。

使用jquery如何找到表最后一行之前的行?

$('#table tr:last') 将为我提供最后一行,但如何访问最后一行之前的行?

谢谢

最佳答案

$('#table tr').eq(-2)

$('#table tr:last').prev()

$('#table tr').eq($('#table tr').length - 2)

Demo for the three solutions.

关于jquery - html表使用jquery查找最后一行之前的行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7115892/

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