A Horizontal jQuery Accordion using Custom Event Binding
This post shows how to build a custom jQuery horizontal accordion. It is built without the help of any plugin, instead it elegantly uses jQuery custom events. Each step in the process is explained as are the advantages in using custom jQuery events.

