on the webpage oshadi-yoga.ch i like to get an navigation menu with a list like this:
Yoga
I should rewrite the code al little
Yoga Approach Asanas Yoga Kirtan
Added a span.
jQuery:
$('.section-title > span').on('click', function() { $(this).siblings('ul').slidetoggle(); });
I hope this helps a little (or misunderstood I the question a bit?)