jQuery accordion plugin

Dock Street Media

After years of creating my own jQuery plugins, I'm finally getting around to setting them up as public repositories on GitHub.

The first plugin to release is the jQuery accordion plugin for simple show / hide toggling capabilities for an "accordion" element.

I haven't yet thought of a clever name for it, but whatever, it's just an accordion plugin. I know there are a million other plugins out there including those built into UI frameworks such as Bootstrap. For what this plugin is worth, it will help any of you out there looking to learn jQuery. I try to comment the code pretty well and keep it neat and organized.

Github

The project can be seen at the GitHub repository here: https://github.com/mlmedia/accordion.

Demo

View the demo here