Sep 16, 2013, by admin
Hi all here we going to see how to create a hidden Div and display it with the click of a button. Actually there is a many reasons you may want to hide a Div in a website design. Sometimes you may want to create a drop down type menu or a box that will show more information when you click a link.
Here I have created a javascript function named as divHideShow that will be called on button click event to hide and show div content.
Below is javascript method to hide and show div.
Now call above method in your file.