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 trialPatrick Burke
5,885 PointsNo jQuery.js file??? Is this video outdated? Has anyone else had this problem?
I am looking in the appropriate folder and cant seem to find any jQuery.
4 Answers
Joel Kraft
Treehouse Guest TeacherMediaElement stopped including jQuery in the download package. I updated the teacher's notes with some instructions on how to include it now. Thanks for the heads up, and let us know if that solves your issue or not.
Joel
Gabbie Metheny
33,778 PointsI didn't see a jQuery file, either, but I just linked it using a CDN and my media player looks just like Joel's! Try this, before your other <script> tag:
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
Tommy Leng
Front End Web Development Techdegree Student 12,417 PointsIf you cant find it then either download jQuery from the jQuery website or use a CDN
Christopher Gjelten
2,305 PointsOr just write the hole jQuery file. Fixed :)
Patrick Burke
5,885 PointsPatrick Burke
5,885 Points<3