Descendant Selector in jQuery
The descendant selector selects the specified elements of the selected selector:
$('.www p');
Get and color red all i inside the element with class test.
The descendant selector selects the specified elements of the selected selector:
$('.www p');
Get and color red all i inside the element with class test.