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) Introduction to jQuery Ways to Include jQuery in a Project

Hi! FYI - I believe the jquery.com website has changed the location of the CDN link this video references.

Here is the code originally referenced in the video:

<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>

2 Answers

Patrik Horváth
Patrik Horváth
11,110 Points

try it in your browser its works fine for me :) maybe your Internet Provider block this domain :)

http://code.jquery.com/jquery-1.11.0.min.js

nico dev
nico dev
20,364 Points

Hi Michael Fazio ,

Follow the instructions here and you should be good to go (and even with a more up-to-date version!). At least, that works in the meantime.

However, it is worth commenting that as we speak they're making a newer version of this course, which is expected to be released during this month.