Skip to content
shodanuk edited this page Oct 14, 2010 · 2 revisions

Hey,

This is the first piece of my work that I've uploaded to github so be nice ;0)

It's a simple accordion component, no real bells or whistles. It's rough round the edges and needs refining but it works in all the main browsers including:

  • IE6
  • IE7
  • IE8
  • Firefox 3.6
  • Chrome 5 + 6
  • Safari 4 + 5

I have a small TODO list:

  • Add auto close option. Fairly standard accordion behaviour where only one slide can be open at a time and all other slides are closed when a new one is open.
  • Ability to set which slide is initially open.
  • General tidy up of code and break build method down into smaller functional methods.
  • Add some nicer styling to the demo.

Clone this wiki locally