Jquery related topic

Which jQuery is used to hide the current element?

A.$(this).hideelement()
B.$(this).hide(‘true’)
C.$(this).hide(0)
D.$(this).hide()

2 Likes

The correct ans is D

1 Like

the correct ans is D.$(this).hide()

1 Like

The correct answer is d

1 Like