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 trialGonzalo Torres del Fierro
Courses Plus Student 16,751 Pointsjquery.js
hello I did the files download using $ git clone https://github.com/mediaelement/mediaelement.git everything right but, can not find the jquery,js file
and it is ok, but where I can find that file to put it on my folder manually??
4 Answers
Steven Parker
231,184 PointsYou can get it directly from the jQuery website download area.
Gonzalo Torres del Fierro
Courses Plus Student 16,751 PointsTHx steven, but I have another question now, which version? and how to know the right one? sorry for the newbie question :)
I found this and more offcourse: ( I dont know wch one)
Download the compressed, production jQuery 3.3.1
Download the uncompressed, development jQuery 3.3.1
Download the map file for jQuery 3.3.1
Steven Parker
231,184 PointsThe compressed, production version is generally what you want. But if you want to look into the library itself and/or experiment with it, get the uncompressed development package.
Gonzalo Torres del Fierro
Courses Plus Student 16,751 PointsThx Steven, very nice !!
Steven Parker
231,184 PointsGlad to help. And for fun and extra practice give Advent of Code a try.