I am using JQuery Accordion, I want to hide all the sections on page load. Only when user clicks on header that section should open.
Use this in your document ready function when initialising the accordion:
$("#someid").accordion({collapsible : true, active : 'none'});