danielstocks / jQuery-Collapse

A lightweight (~1kb) jQuery plugin that enables expanding and collapsing content
http://webcloud.se/jQuery-Collapse/
MIT License
679 stars 153 forks source link

Anchors as triggers destroys the anchor #83

Open jonmitten opened 9 years ago

jonmitten commented 9 years ago

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.

upstroke commented 7 years ago

Same behavior over here. It seems this plugin is no longer maintained as newer issues don't get fixed.