Jquery accordion bug with multiple nested accordions
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) 开发者_Python百科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 autoHeight
option to false
(default is true
), 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 :)
I got this demo 2 working correctly by changing the css to base theme
the bug report had indicated that it had been fixed so so I to away all css then went and got the current css and there we go!
精彩评论