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 trialhasinaakhter
8,540 PointsFailed to load resources JQuery
Hello I could not complete the lightbox or other project in jquery because those dont work. When I check the console its saying failed to load resources.
Please help me as I cant move forward without making those working.
I am using notepad++, windows 10 and google chrome.
2 Answers
nfs
35,526 PointsWell, trying to set the whole environment up in the console is a little bit daunting, you could just load the CDN version through the browser....
I know I'm a little bit late in answering.
Thelma Boamah
15,726 PointsFailed to load resource means the path for something you're loading in is wrong. The console will tell you which path is causing the error to the far right of the error message. Double check and fix that path. If you're stuck on how to fix it, I can take a look if you paste in your code.