Element selector with class in jQuery
The element selector with class selects all specified div elements with class www:
$('div.www');
Obtain and color red all h2 with class test.
The element selector with class selects all specified div elements with class www:
$('div.www');
Obtain and color red all h2 with class test.