How can you adjust the height of a jQuery UI accordion?

后端 未结 11 2027
礼貌的吻别
礼貌的吻别 2021-01-31 15:32

In my UI I have an accordion setup like this:

Section 1

...content...
//
11条回答
  •  無奈伤痛
    2021-01-31 16:05

    Just call the accordions .resize() method, this will recalculate its size. http://docs.jquery.com/UI/Accordion#method-resize

提交回复
热议问题