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