[jQuery] Accordion madness and two divs inside instead of one.
This is about accordion, but i want to do something, which hasn't been
showed here: <a href="http://www.learningjquery.com/2007/03/accordion-madness" target="_blank">http://www.learningjquery.com/2007/03/accordion-madness</a>
Ok: I've got something
<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
<div class="demo-show2">
<h3>Title 1</h3>
<div>Lorem...</div>
<div>Lorem...</div>
<h3>Title 2</h3>
<div>Ipsum...</div>
<div>Ipsum...</div>
<h3>Title 3</h3>
<div>Dolor...</div>
<div>Dolor...</div>
</div></blockquote><div> </div><div id="1es4" class="ArwC7c ckChnd">
I want i to toggle but I can't do it with the second div. Anyone
got an idea how to toggle all divs and not only one?</div>