home >
Expandable Lists
Here is an expandable list. Main idea is using display: none for hiding content. You render the upper level list first with a div underneath then render
to that div the list contents. I also hooked this up the the cookie.js really quick to remember which lists are open.
Easiy additions are handling left or right clicks to perform actions for whatever the list is wether it's a menu or a phonebook.
View source to see the javascript.