TIY-LR-FEE-2015-Fall / assignments

1 stars 4 forks source link

15-jquery-David #71

Open davidcawton opened 8 years ago

davidcawton commented 8 years ago

Getting Started

davidcawton commented 8 years ago

https://github.com/davidcawton/15-jquery-ui/pull/1

rtablada commented 8 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.

rtablada commented 8 years ago

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.

rtablada commented 8 years ago

These issues are still a problem @davidcawton