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 trialNevo Zigron
Courses Plus Student 4,905 PointsIncluding JQuery in a project
Hi, Which one of the the following will fit to make the effect work? Looks like Treehouse lesson is a bit outdated :\
as tutored, trying to do it through this link: https://code.jquery.com/
Thanks! Nevo
2 Answers
stjarnan
Front End Web Development Techdegree Graduate 56,488 PointsHi Nevo,
They will all work, but to get you started, try this:
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
Hope that helps,
Jonas
Nevo Zigron
Courses Plus Student 4,905 PointsThanks a lot!! ill try that one asap!