The show() and hide() functions are the simplest way to reveal and hide elements. This can be done with an optional animation
show()
: shows matched elements with optional animationhide()
: hides matched elements with ... bla... bla...toggle()
: toggles the visible state of the matched element using optional animation