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 jQuery Basics Understanding jQuery Events and DOM Traversal Spoiler Revealer: Breaking it Down

africgheorgheaugustin
PLUS
africgheorgheaugustin
Courses Plus Student 8,180 Points

Maybe a bug? Spoiler Revealer: Breaking it Down

I followed the same steps. One at a time from the first video. I even checked a few times and when I refresh the page nothing happens. Here is the link to the Workspace snapshot https://w.trhou.se/gqsfx0bdyp. I see nothing wrong. Any ideas why?

3 Answers

I'm running chrome too. Try to open the devTools and see if there any errors.

There is a little problem with the script tags at the end of index.html; so please replace them (below) and then everything should work.

<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/app.js"></script>
Vasanth Baskaran
Vasanth Baskaran
4,333 Points

HI Agustin,

After making the changes Blass mentioned, the code ran fine. I am using Chrome too !!!