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 > child Selector

jQuery parent > child Selector

 

 

The ("parent > child") selector is used to select all elements that are a direct child of the specified element.

 

Syntax:-

 

Its syntax is:- $("parent > child");

 

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