I need all the menus to be closed by default in accordion menu.
Here is the script which I am using, here 1st tab will be opened by default. How do I get every tab closed by default
<script type="text/javascript">
$('#accrdion').accordion();
</script>
Assuming you’re using the jQuery-UI accordion, you can collapse all by enabling
collapsible, and then using the methodactivatewith a value offalse, like this: