$( "#accordion" ).accordion( "disable" );
This method will disable the accordion, i.e. the headers are not selectable making the content read only and static.
This method does not take any arguments.