codeGK
Code it ALL
jQuery slideDown() - CodeGK

♦ jQuery slideDown()

♣ Example1: jQuery slideDown()

slideDown() method is used to slide Down the HTML element,i.e, the element is displayed from hidden.
Below is the representation of slideDown() Syntax.
Basic Syntax
$(selector).slideDown(speed,callback);
selector: the element selector
speed: speed of slide Down, can be slow,fast or milliseconds
callback: function call after slide Down
In this example, slideDown() method is illustrated.
Example
Input:
Output: