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 Download

Hello everybody I've been trying to download jQuery to my mac for a while now. I follow the instruction on the site but that does not work for me. Has anybody else had this problem and if so how did you resolve it? Thank you in advance.

2 Answers

Joshua Werkmeister
Joshua Werkmeister
7,821 Points

Is it opening the entire Jquery text in another browser window?

If so, copy all that text. Create your own file somewhere on your computer. Paste the jquery text you just copied in your file. Save that file (ex."myfile.js").Then link your html to that file you just saved with the copy of the jquery text.

Hopefully that works... Good luck!

Thanks Joshua I will try that now :)