Skip to content
Related Articles
Open in App
Not now

Related Articles

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

Improve Article
Save Article
Like Article
  • Last Updated : 20 Sep, 2021
Improve Article
Save Article
Like Article

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

My Personal Notes arrow_drop_up
Like Article
Save Article
Related Articles

Start Your Coding Journey Now!