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

Introduction to JQuery: Including JQuery in our Project

I just submitted my work for Task 4 when it said "Task 2 is no longer passing" and provided a button to go to Task 2. So I went to Task 2 and redid it then did 3 and submitted my work for 4 again. Again, it said "Task 3 is no longer passing". So I went back and did Task 3. Then I did Task 4 again but it told me that Task 2 wasn't passing. I refreshed the page a couple of times but it still didn't work. This has happened before and I'm not sure if this is due to my code or the system

1 Answer

Matt Campbell
Matt Campbell
9,767 Points

It's going to be your code. You're doing something in later tasks that build on earlier but what you're doing is wrong and thus is causing it to break at some point. In this case it's either what you're doing in task 2 or 3 that's being broken.

Without the questions and the code you're writing, nobody can help you out. Get that up and go from there.

Thank you for your help

I'm still stuck on this problem and can't figure out what is wrong with my code. This is my code:

$("#message").hide();
 $("#message").show("slow");
 $(".removable").click(function();