I'm new to jquery and i'm preparing a new web site for my companies.
I like to make a full menu with jquery accordion like one i'v notified in dojo framework web page
http://www.dojotoolkit.org/,
Click on the full menu to see it.
with jquery the first tab is always opened, i manage some code to get the effects. But when click first time it's open that s good, the second time that not colaps the tab (because of my function)
<!-- Accordion -->
<h2 class="demoHeaders">Accordion</h2>
<div id="accordion">
<div>
<div id="head"><p>First</div>
<div class="accordionContent">Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet.</div>
</div>
</div>