Question #147794

Which is the correct jQuery statement to hide all elements having class name "new"?


Options:

Explanation:
The $(".new").hide() statement can be used to hide all elements having 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