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 trial

JavaScript JavaScript and the DOM (Retiring) Traversing the DOM Using parentNode to Traverse Up the DOM

The 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!

If you provide us with the code you try to remove the list items with, it would be easier to help you.

http://w.trhou.se/x8pum9oeol is the snapshot.

I think I answered you in your other post, maybe it was the typo's that was making trouble?

The 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!).

HTTP://w.trhou.se/f9t4mfo0hx

Reggie Williams
Reggie Williams
Treehouse Teacher

Hey 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

I see that you select wrong classname in the input-element. You name the class ‘description’, but select ‘input.addItemInput’