How can I make the jquery UI accordion start collapsed when the form loads. Is there any javascript code for this?
I used this code, as i was using a Dreamweaver Widget, the code that Topek didnt work for me hope this helps,
jQuery("#jQueryUIAccordion").accordion({ event: "click", active: false, collapsible: true, autoHeight: false });