Accordion Menu - Closed Initially?
Hi guys,
I am having real problems trying to make the accordion menu closed
initially. The code Im using is:
jQuery().ready(function(){
// simple accordion
jQuery('#accordion').accordion({
autoheight: false,
});
$('#accordion').activate();
But it still leaves the top one expanded. Can anyone help? It would be
much appreciated!!