I created a custom layout for a panels display and I would like to have a region or multiple regions in my custom layout be collapsible with javascript/jquery. Ideally the state of the collapible region would also be remembered by a cookie, but first thing is the collapsible functionality. Can anyone help?
<fieldset class="collapsible collapsed"> <legend> Title of fieldset goes here. </legend> <p> Content goes here. </p> </fieldset>