TIY-LR-FEE-2015-Fall / assignments

1 stars 4 forks source link

15-jquery-ui Jeremy Glover #73

Open Jeremy-Glover opened 8 years ago

Jeremy-Glover commented 8 years ago

Getting Started

Jeremy-Glover commented 8 years ago

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

rtablada commented 8 years ago

Right now on your accordion, it is working to expand the currently selected menu but it is not working in terms of sliding up the other non-selected menus.

Look at using the parent, siblings, and find jQuery methods like we did in this exercise. https://github.com/TIY-LR-FEE-2015-Fall/assignments/blob/master/exercises/jquery/adventures-in-the-dom/app.js

rtablada commented 8 years ago

Something broke on keyboard trying to add shift. I'll have to look more into things but I will grab you for a bit to check it out after I have time to investigate.