Hi guys,
I already have a Jquery drop down menu coded and ready to go (A slightly edited version of this one from Noupe.com) which has multiple sections coded like
<li>
Category 1
<ul class="subnav">
<li><a href="#">Child Category</a></li>
<li><a href="#">Child Category</a></li>
</ul>
</li>
I have 6 parent categories and 12 child categories (2 children for each parent) on my blog and I want a different drop down menu for each parent.
The parent category needs to display as the main menu link while its child categories need to be displayed when the drop down is activated.
I'm having some trouble figuring out how to do this though.
Any help would be greatly appreciated