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 parent descendant Selector

jQuery parent descendant Selector

 

 

The ("parent descendant") selector is used to select all elements that are descendants of a specified element. It could be a child, grandchild, etc, of that element.

 

Syntax:-

 

Its syntax is:- $("parent descendant");

 

Further Explanation:-

 

Parameter Description
parent Required. Specifies the parent element to be selected
child Required. Specifies the direct child element to be selected

Code Explanation

All Tutorials related to jQuery Selectors

All Sections related to Jquery