I am using accordion menu
$(function() {
$( ".accordion" ).accordion({
collapsible:true,
heightStyle: "content"
});
});
it is working fine shown as in example but I want all the menu closed by default and in this code first menu is expanded so what should I do ?