我在网站上正在使用.accordion()购买我试着配置下一个代码:
$("#acordeon").accordion({
collapsible: true,
autoHeight: false,
heightStyle: "content",
active:false
});
但是不起作用......当我在手风琴中导航时,在某些情况下高度太大而我不知道为什么......我正在寻找错误,但在其他博客中解决方案与我的代码相同:( :(
我的HTML示例...内容始终相同
<div id='acordeon'>
<h3>Example1</h3>
<div class='content'>
<ul>
<li>other contents</li>
</ul>
</div>
</div>
答案 0 :(得分:0)
它是jQuery ui样式的问题......我需要改变那里的属性高度,现在有效!谢谢你的帮助!