This program will teach you on how to use slideToggle() Method of jQuery.
The jQuery slideToggle() method toggles between the slideDown() and slideUp() methods.
If the elements have been slid down, slideToggle() will slide them up.
If the elements have been slid up, slideToggle() will slide them down.
Instructions:
1. Download the source code.
2. Extract the compressed folder.
3. Open the index.html in any browser

Note:
This is just a simple program any updates or constructive criticism will be accepted.

Download link:

slideToggle() Method jQuery Source Code