♦ 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, .callback: function call after the completion of showing.
Example
Input:
Output: