gpt4 book ai didi

jquery - 如何使用 jQuery 选择表格列

转载 作者:行者123 更新时间:2023-12-03 21:30:20 24 4
gpt4 key购买 nike

我想选择一个表格列,而我所知道的只是该列的标题文本。 (th.innerText)

我尝试了以下代码,但它不起作用:

ownerIndex = $('th:contains("Owner")').index();
$('table tr td:nth-child(ownerIndex)')

有什么想法吗?

最佳答案

好的。我找到了解决方案:

$('table tr td:nth-child('+ownerIndex+')')

关于jquery - 如何使用 jQuery 选择表格列,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8375625/

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