Which jQuery is used to hide the current element?

8. Which jQuery is used to hide the current element?

  1. $(this).hideelement()
  2. $(this).hide('true')
  3. $(this).hide(0)
  4. $(this).hide()

Answer: D) $(this).hide()

Explanation:

The $(this).hide() method is used to hide the current element.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.