Home »
MCQs »
jQuery MCQs
Which jQuery is used to hide the current element?
8. Which jQuery is used to hide the current element?
- $(this).hideelement()
- $(this).hide('true')
- $(this).hide(0)
- $(this).hide()
Answer: D) $(this).hide()
Explanation:
The $(this).hide() method is used to hide the current element.