Open In App

Web technologies Questions | jQuery Quiz | Set-1 | Question 9

If you hide the selected element in jquery which jquery method did you have to choose from below?
(A) display(none) Method
(B) hidden(element) Method
(C) hide() Method
(D) visible(false) Method

Answer: (C)
Explanation: The hide() method is used to hide the selective elements in the query. Hence the options hide() method.
Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :