Mootools 1.21 Easy Accordion Example
By Shawn Himmelberger on 20-Aug-08 14:48For a current project I've had to do a bunch of mootools based accordion effects. I've seen a bunch of examples, but never one that did everything I wanted it to do. So from a pixel pusher to another I'm sharing the mootools example love.
Whatever, show the mootools accordion to me.
This is using the mootools 1.21 framwork. The thing to remember in this example is:
- .toggler = class for element doing the toggling
- .element = class for element being toggled
- .active = class set to active toggler element
Enjoy!


Write a comment