In the header of my website I have 3 random previews.
<ul id="dm_list">
<li><div id="sinistra"><script>boxsinistro_ita();</script></div></li>
<li><div id="centro"><script>boxcentrale_ita();</script></div></li>
<li><div id="destra"><script>boxdestro_ita();</script></div></li>
</ul>
Clicking one of the previews, you go in a webpage with "JQuery Accordion" Menu. For example:
- menu1
- menu2
- menu3
How can I open the "toggle" section that I click in the header?