nomensa / jquery.accessible-accordion

Creates an accessible accordion - collapsible content panels
http://nomensa.github.io/jquery.accessible-accordion
MIT License
4 stars 3 forks source link

Destroy method needs to remove data #6

Open kemiga opened 9 years ago

kemiga commented 9 years ago

Currently have to add: "target.removeData('plugin_accAccordion')" in order to completely destroy the plugin data.

lawlesscreation commented 9 years ago

When destorying the plugin, we may need to using .off to unbind the trigger when using existing elements as well as removeData.

anevins12 commented 8 years ago

The data seems to have been already removed from the destroy method

anevins12 commented 8 years ago

Ready for Peer Review https://github.com/nomensa/jquery.accessible-accordion/pull/11