TIY-LR-FEE-2015-Fall / assignments

1 stars 4 forks source link

15-jquery-ui-Brandi Soucy #70

Open pixiestix826 opened 8 years ago

pixiestix826 commented 8 years ago

Getting Started

pixiestix826 commented 8 years ago

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

rtablada commented 8 years ago

The accordion should use the parents and siblings selectors to move around the DOM. When clicking on an accordion item it should not jump up and then back down but stay open.

rtablada commented 8 years ago

For reference look at the exercise here where we used parents and other jQuery DOM methods: https://github.com/TIY-LR-FEE-2015-Fall/assignments/blob/master/exercises/jquery/adventures-in-the-dom/app.js

pixiestix826 commented 8 years ago

@rtablada accordion works to slide up the bar list once another bar has been selected.

pixiestix826 commented 8 years ago

@rtablada keyboard is functioning on normal mode and ready for review.

rtablada commented 8 years ago

:+1: