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

where else can we get the jquery script? It is no longer available to be copied and pasted on jquery.com.

where else can we get the jquery script? It is no longer available to be copied and pasted on jquery.com.

Completely lost the ability to follow along, and it made this lesson more of a waste of time than being helpful.

Maybe include the tag in the teachers notes.

1 Answer

Hello Vantiv,

If you go to http://jquery.com/download/ and scroll down to the CDN portion of the page, you have several options to choose from.

You can use https://code.jquery.com/ and pick which version you would like to use (clicking any link will open a modal with the <script> tag linking to the jQuery library.

Additionally, you could use one of the other CDNs featured on the http://jquery.com/download/ page:

E.g., Google CDN (https://developers.google.com/speed/libraries/#jquery),

Hope this helps!