codeGK
Code it ALL
jQuery Show - CodeGK

♦ jQuery Show

♣ Example2: jQuery Show

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