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 Adding MediaElement.js

Patrick Burke
Patrick Burke
5,885 Points

No 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
STAFF
Joel Kraft
Treehouse Guest Teacher

Patrick Burke,

MediaElement 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
Gabbie Metheny
33,778 Points

I 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>
Christopher Gjelten
Christopher Gjelten
2,305 Points

Or just write the hole jQuery file. Fixed :)