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 Treehouse Club - MASH MASH - JavaScript Stuff You Can Change

Sabrina McDonald
Sabrina McDonald
3,376 Points

Hi! I added a question to the form and nothing happens when I press the submit button. What could I have done wrong?

i went through line by line to make sure that my code otherwise matches the original and cannot find even a missing semicolon of difference. I'm happy to share the coding that i have done if that is helpful!

Steven Parker
Steven Parker
231,269 Points

To facilitate analysis, please show your code (be sure to format it properly). Even better, make a snapshot of your workspace and post the link to it here.

Sabrina McDonald
Sabrina McDonald
3,376 Points

Steven, Thanks for adding the link that showed me how to take a snapshot of a workspace! That was great! https://w.trhou.se/s0307umlet Let me know if this does not work! I really appreciate your time!

Sabrina

1 Answer

Steven Parker
Steven Parker
231,269 Points

I spotted 2 issues:

  • on line 20 of index.html there's a missing "=" symbol after "id" in the tag: <span id"children">
  • I had to remove line 61 of style.css ("opacity: 0;") because the higher specificity was overriding the class
Sabrina McDonald
Sabrina McDonald
3,376 Points

Steven!!!!!!

I don't know how I missed that! I could kiss you! I changed the opacity to 25% because I like that better, but with both of those things everything is working!!!!

You can't know how grateful I am. Thank you :)

Sincerely, Sabrina

Steven Parker
Steven Parker
231,269 Points

:kiss: That may be the best offer of appreciation I've gotten here. :wink:
Happy coding!