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 Library

In the Intro to Jquery video they recommended a couple sites for previewing Jquery and downloading the source code. I can seem to find the video that had the links in the teachers notes. It was a great site were they showed previews of the code in action and then you could link to the source code.

Does anyone know what site this is? Sorry for being so brief.

4 Answers

YES! Thank you!

I'm just taking a stab in the dark, but it wasn't the official jQuery site was it? https://jquery.com/

Not sure what was in the video, but you can download a version in multiple places, jquery.com for example (which has a lot resources).

Also, connecting with a url to a "hosted library" like "https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js" will make sure your version is always up to date.

It's a site that looks and functions just like this site: http://useyourinterface.com/

However, its all Jquery elements that you can download and implement into your site.