Which jQuery is used to hide the current element?
Options:
Explanation:
The <span class="w3-codespan">$(this).hide()</span> method is used to hide the current element.
Tags:
jQuery
Answer:
Which jQuery is used to hide the current element $(this).hide().