How to make a "recursive" accordion
I found this code on here from this post: jQuery Accordion: links don't work
and it is almost what I need. But what I want is so when you click on one of the tabs instead of showing text it brings up another set of tabs that you can click on and then the same thing happens when you click one of those tabs, etc.
I tried developing this myself using ajax but I got 开发者_运维技巧nowhere so I decided to try here.
You can see the full code here: http://mywoundsolutions.com/accordian.html
Thanks for the help.
Check out this jQuery menu system... it's an iPod-like menu that looks pretty good. Check out the examples on that page
Would something like this example be a starting point?
The submenu displays inline, so there's no need to mouse sideways and risk losing a flyout submenu.
精彩评论