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