http://jsbin.com/uxafu3/14/edit
Here is a link showing what seems to be a bug in the Jquery accordion.
The first nested accordion (1, 1a, 1b) works just fine and expands as it should.
hoever with second nested accordtion (2, 2a, 2b) the arrow changes to show that it’s expanding but no content comes out.
help!
I’ve set the
autoHeightoption tofalse(default istrue), worked for me.Besides, I suppose you wouldn’t need an accordion like that to expand its say 18349pxs all the way down on your website, use
overflow: scroll;to control the content instead.cheers 🙂