Which is the correct jQuery statement to hide all elements having class name "new"?
Options:
Explanation:
The <span class="w3-codespan">$(".new").hide()</span> statement can be used to hide all elements having class name "new".
Tags:
jQuery
Answer:
Which is the correct jQuery statement to hide all elements having class name "new" $(".new").hide().