📜  jQuery | :root 选择器

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

jQuery | :root 选择器

jQuery 中的:root 选择器用于选择文档的根元素。

句法:

$(":root")

参数:此选择器包含单个参数root ,它是文档的根元素。

示例:本示例使用 :root 选择器选择文档并将背景颜色设置为绿色。



  
 
    
        jQuery :root Selector
    
        
    
 
  

      
    

GeeksForGeeks

           

jQuery :root Selector

                   

输出: