Open davidcawton opened 9 years ago
Right now if I click on one of the accordion elements when it is open, it will close and then reopen. This is not the desired result. Instead look at using parent
, sibling
and find
to only target the OTHER items to slideUp
.
On the keyboard you may need a set of if
statements so that the SPACE
and DELETE
keys perform differently instead of just adding their text to the screen.
These issues are still a problem @davidcawton
Getting Started
@import
statements from theapp.scss
file to includeaccordion
andkeyboard
Accordion
public/accordion.html
sass
directorysass
directoryrequire
to loadaccordion
moduleaccordion
module functionpublic
andsrc
directories