最佳答案
我使用的是 JQuery 手风琴,这里有这个页面: http://www.hauppauge.com/site/support/support_colossus.html#tabs-6
What happens is the Auto Height is taking some time to load, before it loads there is a lot of white space below the content. When it finally does load the height will expand to longer then snap up to the correct height of the content. Is there a way for this to be seamless? I just want to be able to click an Accordion tab and have it expand smoothly to the exact height of the content.
2014年8月8日更新:
如果使用 1.9或以上版本,请使用 heightStyle: "content"(塔伦的答案)
Use autoHeight: false for 1.8 and lower (iappwebdev's answer)