Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Collapsible Menu with Activ-State Re: Collapsible Menu with Activ-State

#106945
Taufik Nurrohman
Participant

Change .slideDown() to .show()

if (readCookie('expanded' + i)) {
// Just show the saved panel session
$(this).addClass('active').next().show();
}