Question #147803

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

Test Your Knowledge

Want to practice more questions like this? Take a quiz in this category!

Take a Quiz

Share This Question