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 AJAX Basics (retiring) AJAX and APIs Adding jQuery

Jaime Jayne
Jaime Jayne
882 Points

Workspace doesn't work.. Any additions or changes to my workspace are not reflected when I then view the page.

I've saved all, tried creating a new workspace, but no joy. Even when I break the code (i.e. take out essential bits of the html) no changes are reflected. Is this normal behaviour ? - I've not used workspaces before - it seems to me that it should work and at the very least not work when I deliberately mess up the index.html. But everything remains the same.

1 Answer

Jaime Jayne
Jaime Jayne
882 Points

Resolved: removed the jquery script from index.html and added this google one instead. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" ></script>

If this issue should come up again, also try refreshing your browser's cache, forcing it to redownload the entire page. That's often the cause of this.