Jquery

jQuery Intro

jQuery Intro Quiz

jQuery Intro Exercise

jQuery Basic

jQuery Basic Quiz

jQuery Basic Exercise

jQuery Advance

jQuery Advance Quiz

jQuery Advance Exercise

jQuery Selectors

jQuery Effects

jQuery Events

jQuery Methods and Properties

jQuery Traversing

jQuery CSS and HTML Methods

jQuery :root Selector

jQuery :root Selector

 

 

The :root selector is used to selecting the document root element. In the case of HTML, the root element is always the html element.

 

Syntax:-

 

Its syntax is:- $(":root");

Code Explanation

All Tutorials related to jQuery Selectors

All Sections related to Jquery