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 (2014) Creating a Simple Lightbox Perform: Part 3

Assem Zhilkibayeva
Assem Zhilkibayeva
5,717 Points

Can't get why code doesn't work

Although there is a function event.preventDefault(); links are still opening, moreover overlay is not opening. I can't get why. Please help!

https://w.trhou.se/8adkryem4d

The link doesn't work, I therefore can't help, I think you need to make a shapshot of your workspace and use that link. Good luck!

1 Answer

Steven Parker
Steven Parker
229,732 Points

There's a few issues in the snapshot code:

  • on line 4, "$overlay" is spelled "overlay" (without the "$")
  • on line 27, "function" (lower case "f") is spelled "Function" (capital "F")
  • on line 29 "hide" is missing the parentheses to make it an invocation