I want to make a simple accordion menu with only one menu button “closed” on load. However, once selected, swipes over the “top” section and displays the “bottom” section.
Here’s a quick graphic of what I mean: example
I found several examples. But they all relied on having the same number of menus as menu items. For instance, here’s the one I like, but i’m not sure how to customize: http://www.stemkoski.com/stupid-simple-jquery-accordion-menu/
Any help is appreciated. Thanks!
Rather than using a pre-manufactured accordion plugin I quickly cobbled a prototype together.
See http://jsfiddle.net/rJDZj/1/
Have a look and check whether this is what you want.