<a class="expander" href="#">click me</a>
<div class="content">
content to show/hide.
</div>
And one line of javascript:
$('.expander').simpleexpand();
View Demos
ideas on .net programming
<a class="expander" href="#">click me</a>
<div class="content">
content to show/hide.
</div>
And one line of javascript:
$('.expander').simpleexpand();
View Demos