gpt4 book ai didi

jQuery如何在点击后获取按钮上方的html表id

转载 作者:行者123 更新时间:2023-12-01 07:35:40 25 4
gpt4 key购买 nike

我有一个 html 表格,后面有一个按钮,下面显示“添加行”。

当我点击按钮时,我想在 html 表格中添加一个新行,但首先我需要获取上面的 html 表格 id。

jQuery 中是否有“给我此按钮之前的 html 表的 id”?

最佳答案

$("button").click(function(){
var tblID = $(this).prev("table:first").attr("id");
});

关于jQuery如何在点击后获取按钮上方的html表id,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2081943/

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