jQuery :hidden 选择器
定义和用法
:hidden 选择器用于选择隐藏的元素。
隐藏的元素是指:
- 设置为 display:none 的元素
- 类型为 "hidden" 的表单元素
- 宽度和高度设置为 0 的元素
- 具有隐藏父元素的元素(这也会隐藏子元素)
注意:此选择器对 visibility:hidden 的元素无效。
语法
$(":hidden")
:hidden 选择器用于选择隐藏的元素。
隐藏的元素是指:
注意:此选择器对 visibility:hidden 的元素无效。
$(":hidden")
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]