11.
How does the .toggle() method behave when applied to a visible element?
12.
What is the purpose of the .fadeTo() method in jQuery?
13.
How does the .fadeOut() method differ from the .hide() method in jQuery?
14.
Which jQuery method is used to gradually increase the opacity of an element to make it visible?
15.
How does the .slideToggle() method differ from the .toggle() method in jQuery?
16.
How does the .fadeToggle() method differ from the .toggle() method in jQuery?
17.
How does the .fadeTo() method differ from the .fadeIn() method in jQuery?
18.
Which jQuery method is used to gradually increase the opacity of an element from its current value to 1?
19.
What effect does the .slideDown() method have on an element with fixed dimensions?
20.
What does the .slideUp() method do in jQuery?