Slide Down Div using JQuery

jQuery slidedown() method is used to slide down an element.
In this example , when we click on the div then other div sliding slowly in down side and show on the web page.
Let's see the example :
File Name : index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE...