juven14 / Collapsible

No longer maintaining - Manage multiple collapsibles with cookie support
Other
70 stars 64 forks source link

multiable Collapsible bug #1

Closed maksimize closed 12 years ago

maksimize commented 12 years ago

when using multiple collapsible a the cookies overtire each other

juven14 commented 12 years ago

each collapsible should have the option to set its own cookie name, via config that is passed in:

$('.collapsible').collapsible({
      defaultOpen: 'nav-section1,nav-section3',
      cookieName: 'collapsible2'
});