jQuery Hide and Show method is used to hide and show the html elements.
jQuery Hide and Show Syntax :
$(selector).hide(speed,selector); $(selector).show(speed,selector);
jQuery Hide and Show Example 1:
hide() : Hides the html elements.
show() : Displays the html elements.