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

General Discussion

Why all my workspaces in this jquery basics course doesn't work?

I have all set in the HTML and the JS files.

I have the right scripts and the right code, like in the video but the workspaces doesn't update the browser when I refresh the page. This is happening since the beginning of the course and I can´t fixed.

The same thing happened to someone ?

1 Answer

Erik Nuber
Erik Nuber
20,629 Points

Does any of the jQuery work? The most simple code like .show() or .hide()? It could be a couple of different things

1) You have to include jQuery in the script tags on your html page

2) TeamTreehouse has issues in various browsers outside of Chrome. (I have called because I have had to many problems to count with Safarti and FireFox and was beyond frustrated)

3) try your code in the console to see if it works. This way you will only need the info in your .js file