jQuery-Collapse
jQuery-Collapse copied to clipboard
Anchors as triggers destroys the anchor
Ideally, when an anchor is contained within the element that is triggering an expand, that anchor would become available on open state. Currently, the element gets wrapped in an anchor with href="#", which eliminates the ability to use expandable / collapsable anchors for navigation.
Instead, an open state should make available all of the elements contained within a collapse node.
Same behavior over here. It seems this plugin is no longer maintained as newer issues don't get fixed.