jQuery Effects Hide, Show, Toggle:
hide and show With jQuery, you can hide and show HTML elements with the hide() and show() methods.
toggle:
You can also toggle between hiding and showing an element with the toggle() method.
The optional speed parameter can take the following values: "slow", "fast", or milliseconds.