:hidden 匹配所有的不可见元素,input 元素的 type 属性为 “hidden” 的话也会被匹配到 Matches all elements that are hidden, or input elements of type “hidden”. 返回值 Array 示例 查找所有不可见的 tr 元素 HTML 代码: Value 1 Value 2 jQuery 代码: $(“tr:hidden”) 结果: [