Accordion within an accordion
Hi everyone,
I'm pretty new to jQuery UI and am facing this problem with accordion
embedded within another's accordion tab. Here's a link to an example
of this problem. When changing the tabs of the embedded accordion, the
container accordion reacts too, as the event is bubbled up. I know it
may not be a common usecase but I'm working on something pretty
generic and have to consider this case, too.
Is there a way to prevent the mouse event bubbling or is this a bug?
Thanks!