Web technologies Questions | jQuery Quiz | Set-2 | Question 1
Which one of the following is the correct option for the toggle() in jQuery?
(A) Element will hide and show
(B) Element will Fade In and Out
(C) Element will up and down
(D) Element will Animate and Hide
Answer: (A)
Explanation: In jQuery toggle() is used to element will hide and show for the given selected element. The main purpose of a toggle in jQuery is to check it for visibility.
Quiz of this Question
Please comment below if you find anything wrong in the above post