Toggle div with jquery and css

CSS

#togglediv
{
 width:300px;
 height:300px;
 background:#eee;
 text-align:center;
 display:none;
}

Jquery



HTML

Click me to toggle div up or down
This is a toggle div.
Download File Used in this example View Live Demo

No comments:

Post a Comment