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 trialsean mitchell
4,267 PointsYour quiz no longer works. The CDN for jQuery has changed
While the content is still good, the quiz is obsolete. An update to the answer for "add the CDn version of jQuery from jQuery" is required. the accepted answer in no longer valid as the accepted <script> tag link no longer exists. Did I say that right? lol
6 Answers
Jason Anders
Treehouse Moderator 145,860 PointsHey Sean,
I'm not sure I'm following?
I went to code.jquery.com
and the latest stable versions of jQuery all include the <script> tags for insertion.
I copied this directly from the jQuery CDN website
<script src="http://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s="crossorigin="anonymous"></script>
And it passed the challenge.
sean mitchell
4,267 PointsJust re-read your reply. All I can tell you is the the CDN link from jQuery did not work for me.
Jason Anders
Treehouse Moderator 145,860 PointsI just tried it again. And it does work for me.
sean mitchell
4,267 PointsAnyway, already spent too much time on this feed back fyi. moving on... lol
kjarsenal
4,402 Pointssame experience as Sean. anyway, moving on too. :-)
sean mitchell
4,267 PointsYes, that is correct. However if you use that as the answer, like I did, it says "Bummer: you didn't use the CDn hosted version of jQuery". I had to go back to the video and copy the script link from the video to get past the Quiz. I'd say that the answer check parameter in the quiz is looking for an exact match or does not have the required logic to allow for the inevitable changes to the link provided by jQuery.
Magnus Edmondson
12,065 PointsDoes not work for me either....