♦ jQuery slideUp()
♣ Example2: jQuery slideUp()
slideUp() method is used to slide Up the HTML element,i.e, the element is hided from displaying.Below is the representation of slideUp() Syntax.
Basic Syntax
$(selector).slideDown(speed,callback);
selector: the element selector
speed: speed of slide Up, can be slow,fast or milliseconds
callback: function call after slide Up
In this example, slideUp() method is illustrated.speed: speed of slide Up, can be slow,fast or milliseconds
callback: function call after slide Up
Example
Input:
Output: