codeGK
Code it ALL
jQuery Hide - CodeGK

♦ jQuery Hide

♣ Example1: jQuery Hide

HTML elements can be hidden from the web-page layout.
Below is the representation of jQuery Hide Syntax.
Basic Syntax
$("demo").hide(speed, callback);
speed: defining speed of hiding. Values can be slow,fast or milliseconds.
callback: function call after the completion of hiding.
In this example, .
Example
Input:
Output:
Hide_and_show