gpt4 book ai didi

jquery - 通过 :not in jQuery selector 隐藏除 $(this) 之外的所有内容

转载 作者:IT王子 更新时间:2023-10-29 03:25:20 24 4
gpt4 key购买 nike

进阶题目,简单问题:

我如何在 jQuery 中执行以下操作(隐藏除 $(this) 之外的所有内容)?

$("table tr").click(function() {
$("table tr:not(" + $(this) + ")").hide();
// $(this) is only to illustrate my problem

$("table tr").show();
});

最佳答案

$(this).siblings().hide();

Traversing/Siblings

关于jquery - 通过 :not in jQuery selector 隐藏除 $(this) 之外的所有内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1328314/

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