Which is the correct jQuery selector to select all <div> elements with class name "new"?
Options:
Explanation:
The
$("div.new") selector is used to select all
elements with class name "new".
Tags:
jQuery
Answer:
Which is the correct jQuery selector to select all <div> elements with class name "new" $("div.new").