Abdul-Azeez / jqueryfundamentals

0 stars 1 forks source link

exercise 5 https://github.com/Abdul-Azeez/jqueryfundamentals/blob/master/jqfundamentals-master/exercises/chapter5/js/blog.js #4

Closed Abdul-Azeez closed 9 years ago

Abdul-Azeez commented 9 years ago

https://github.com/Abdul-Azeez/jqueryfundamentals/blob/master/jqfundamentals-master/exercises/chapter5/js/blog.js

5.1 Reveal hidden text.Open the file /exercises/index.html in your browser. Use the file /exercises/js/blog.js. Your task is to add some interactivity to the blog section of the page. The spec for the feature is as follows: Clicking on a headline in the #blog div should slide down the excerpt paragraph Clicking on another headline should slide down its excerpt paragraph, and slide up any other currently showing excerpt paragraphs.

yuktikhurana commented 9 years ago
  1. remove console statements
  2. https://github.com/Abdul-Azeez/jqueryfundamentals/blob/master/jqfundamentals-master/exercises/chapter5/js/blog.js#L9 why toggling all siblings ? just need one
  3. please work a little hard on naming