I am working with jQuery UI Accordion and it works great, but I would like to have the accordion stay closed unless it I click on it.
I am using this code right now,
Add the active: false option (documentation)..
active: false
$("#accordion").accordion({ header: "h3", collapsible: true, active: false });