This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.DS_Store | Tue Jul 22 10:53:08 -0700 2008 | [djtal] |
| |
LISENCE | Mon Aug 04 13:09:20 -0700 2008 | [djtal] |
| |
README | Mon Aug 04 13:09:20 -0700 2008 | [djtal] |
| |
images/ | Tue Jul 22 10:53:08 -0700 2008 | [djtal] |
| |
index.html | Tue Jul 22 15:01:25 -0700 2008 | [djtal] |
| |
javascript/ | Wed Jul 23 15:06:07 -0700 2008 | [djtal] |
| |
stylesheets/ | Wed Jul 23 15:06:07 -0700 2008 | [djtal] |
README
Accordion widget for prototype and script.aculo.us Based on work done by Kevin P Miller | http://www.stickmanlabs.com This version is a rewrite for latest version of both lib. = Requirements * prototype 1.6.0.2 * scriptaculous effect.js 1.8.1 = Usage The HTML <div id="vertical_container" > <h1 class="accordion_toggle">Changelog</h1> <div class="accordion_content"> //your content here </div> </div> The JS bottomAccordion = new Accordion('vertical_container'); = Know bugs * element height error when conatinbns lot of image. all image are not loaded on dom:loaded event.




