Home › Forums › JavaScript › Collapsible Menu with Activ-State › Re: Collapsible Menu with Activ-State
July 29, 2012 at 1:03 am
#106945
Participant
Change .slideDown()
to .show()
if (readCookie('expanded' + i)) {
// Just show the saved panel session
$(this).addClass('active').next().show();
}