参数列表
参数名 | 类型 | 描述 | 默认值 |
height | Int | 高度 | null |
speed | String | 动画速度 | 'normal' |
changeHeightOnResize | Bool | 自适应高度 | false |
heightDiff | Int | 高度补差 | 0 |
height参数 示例:
1 $("#accordion1").ligerAccordion( 2 { 3 height: 300 4 });
参数名 | 类型 | 描述 | 默认值 |
height | Int | 高度 | null |
speed | String | 动画速度 | 'normal' |
changeHeightOnResize | Bool | 自适应高度 | false |
heightDiff | Int | 高度补差 | 0 |
1 $("#accordion1").ligerAccordion( 2 { 3 height: 300 4 });