Hi there,
You also posted this question on the blog, so I replied there yeserday: http://www.learningjquery.com/2007/03/accordion-madness#comment-50125 Let us know if you need any additional help. --Karl ____________ Karl Swedberg www.englishrules.com www.learningjquery.com On Jun 29, 2008, at 5:27 AM, Rockstyle wrote:
This is about accordion, but i want to do something, which hasn't been showed here: http://www.learningjquery.com/2007/03/accordion-madness <p>Ok: I've got something </p> <pre><code><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></code></pre> <p>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?</p>