集册 jQuery 参考教程 jQuery :root 选择器

jQuery :root 选择器

Xebcnor     最近更新时间:2019-10-11 10:00:57

282

jQuery :root 选择器

jQuery 选择器 jQuery 选择器

实例

设置 HTML 文档的背景颜色为黄色:

$(":root").css("background-color","yellow");

运行实例

定义和用法

:root 选择器选取文档的根元素。

在 HTML 中,根元素总是 <html> 元素。

Syntax

$(":root")

jQuery 选择器 jQuery 选择器