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) Getting a Handle on the DOM Practice Selecting Elements

Where is the info for Descent Selector?

I can't find any reference on the video regarding the Descendent selector. Any ideas?

2 Answers

rydavim
rydavim
18,813 Points

Which video were you looking in? For descendant selectors the challenge references this video as having the info on descendant selectors in CSS. For the JavaScript implementation, I believe that's covered in this video.

If you just want a quick reference, the MDN page for querySelectorAll is really helpful.

Let me know if you still feel stuck after this, and we can walk through any questions or a possible solution. Happy coding!

There are no references to descendant selectors in the videos for this course, but there is a link in the title of the first question that will redirect you here: https://teamtreehouse.com/library/descendant-selectors

Remember to mark a response as "Best answer" when your question is resolved to indicate to the Treehouse community that the problem is resolved in this thread