jQuery :not() 选择器
定义和用法
:not() 选择器选择除指定元素外的所有元素。
它通常与其他选择器一起使用,以选择一组元素中除了指定元素之外的所有元素(如上例所示)。
语法
$(":not(selector)")
参数 | 描述 |
---|---|
selector | 必需。指定不选择的元素。 此参数接受任何类型的选择器。 |
:not() 选择器选择除指定元素外的所有元素。
它通常与其他选择器一起使用,以选择一组元素中除了指定元素之外的所有元素(如上例所示)。
$(":not(selector)")
参数 | 描述 |
---|---|
selector | 必需。指定不选择的元素。 此参数接受任何类型的选择器。 |
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]