Question #147795

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


Options:

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