gpt4 book ai didi

javascript - 需要 JQuery 帮助选择表行数组 (tr)

转载 作者:行者123 更新时间:2023-11-28 16:32:23 25 4
gpt4 key购买 nike

以下是代码片段:http://jsbin.com/ekupa3/2/edit

我需要返回没有“test2”标签的表行(tr)。输出应该是一个表行数组 (tr)。

我花了几个小时尝试了我所知道的每一种 JQuery 技术,我会向专家致敬。

最佳答案

var newTag = 'test2';
var rows_without_newTag = $("table tr").not(":contains(" + newTag + ")");

Created an edit of the OP's JS Bin为了后代的缘故,带有一些示例用法。

关于javascript - 需要 JQuery 帮助选择表行数组 (tr),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5468111/

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