Hide the matched elements with a sliding motion. The .slideUp() method animates the
Display the matched elements. With no parameters, the .show() method is the simplest
Perform a custom animation of a set of CSS properties. The .animate() method allows
Hide the matched elements by fading them to transparent. The .fadeOut() method animates
Adjust the opacity of the matched elements. The .fadeTo() method animates the opacity
Hide the matched elements. With no parameters, the .hide() method is the simplest way
Page 2 of 2