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

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

In my UI I have an accordion setup like this:

Section 1

...content...
//
11条回答
  •  孤街浪徒
    2021-01-31 16:21

    for me doing following worked accurately.

    $( "#accordion" ).accordion({
        autoHeight: false,
    

    });

提交回复
热议问题