📜  jQuery | :not() 选择器

📅  最后修改于: 2022-05-13 01:55:53.022000             🧑  作者: Mango

jQuery | :not() 选择器

:not() 选择器用于选择所有未选择的元素。

句法

$(":not(selector)")

范围:

  • selector:用于指定元素不被选中。 selector 参数接受任何类型的选择器。

示例:更改 p元素的背景颜色。



  

    
    

  

    
        

Geeks for Geeks

           

          A Computer Science Portal for Geeks       

        

jQuary :not selector       

        

I change my background color       

           

language option

           
                
  •               JAVA           
  •             
  •               C++           
  •             
  •               PYTHON           
  •         
                
  

输出:
前:

后: