jQuery UI Library 手风琴禁用用法

示例

$( "#accordion" ).accordion( "disable" );

此方法将禁用手风琴,即无法选择标题,从而使内容为只读且静态。

此方法不带任何参数。