Simple Expand/Collapse divs > JQuery?
- by Scott B
I need to add some accordian style expand/collapse handles to a series of parent container divs in my application. Is this something that's too simple for a library like jquery?
Example:
<div class="handleDiv"> expand | collapse
<div>child element</div>
<div>child element</div>
</div>
<div class="handleDiv"> expand | collapse
<div>child element</div>
<div>child element</div>
</div>