Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJonathan Ambriz
Courses Plus Student 3,902 PointsThe video says that I should be able to remove just the items in the list, but..
It ends up removing the bottom half of the page. This is an issue I've seen for the last five videos. I would be extremely grateful for any help!
Jonathan Ambriz
Courses Plus Student 3,902 Pointshttp://w.trhou.se/x8pum9oeol is the snapshot.
Jonathan Hermansen
25,935 PointsI think I answered you in your other post, maybe it was the typo's that was making trouble?
Jonathan Ambriz
Courses Plus Student 3,902 PointsThe other post corrected the error for that post. The Remove Last Item, Change List Description, and Add Item buttons do not work at this time. Here's the latest snapshot with Jonathan Hermansen's corrections (which were super helpful by the way!).
Reggie Williams
Treehouse TeacherHey Jonathan Ambriz it looks like in the html the description
class doesn't have the correct spelling and this is causing an error
1 Answer
Jonathan Hermansen
25,935 PointsI see that you select wrong classname in the input-element. You name the class ‘description’, but select ‘input.addItemInput’
Jonathan Hermansen
25,935 PointsJonathan Hermansen
25,935 PointsIf you provide us with the code you try to remove the list items with, it would be easier to help you.