Open In App

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

In jQuery which one of the below scripts is used to show the correct toggle option?

(A)



fadeIn()

(B)



fadeOut()

(C)

toggle()

(D)

D) fadeToggle()

Answer: (D)
Explanation:

fadeToggle() function in jQuery is used to show the correct toggle option in the JQuery .fadeToggle() is used to display or hide the element when it is matched.

Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :