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

Abhishek Bhardwaj
Abhishek Bhardwaj
3,316 Points

workspace is not working

As i'm working in workspace I wrote my whole code but when i execute my code i found my java script or jquery is not working. I double check my code but everything is fine.Then I go to my browser and check view-source of page i found that app.js is not fetching there properly but the path of file is right.

I've had this happen, too. Try refreshing the browser--that usually has worked for me if the workspace code didn't work the first time.

Abhishek Bhardwaj
Abhishek Bhardwaj
3,316 Points

yup!!!! Thanks woodworth , Its working now. Thanks a lot.

1 Answer

Samantha Atkinson
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Samantha Atkinson
Front End Web Development Techdegree Graduate 39,991 Points

Don't forget to also use the javaScript console and developer tools in your browser, rather than using viewing the page source . The developer tools give you a lot more information about the error or problem and tells you where you need to go to fix it. You can also fix the problem in the console and view if the fix is working, then once done return to your file and applied the correct syntax.