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

HTML jQuery Basics (2014) Introduction to jQuery Include jQuery in a Project

Gerson Lopez
Gerson Lopez
13,352 Points

Task won't take correct answer.

Hello, I have a small complaint about this task. The instructions ask you to go to jQuery.com and find the link to the CDN hosted jQuery link. When you do go there, the link (as of this writing) is:

 <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>

Although this is the correct link (and preferred style since this link works on both http and https), the Treehouse will not take it as a correct answer because it does not have the 'http:' in the link even though it is a correct answer. Please either fix this to allow that answer or at least put a note in the question stating to add the 'http:' as it may not be obvious to other people. Thanks!

James Barnett
James Barnett
39,199 Points

This very same issue was mentioned a few hours ago over in this thread

https://teamtreehouse.com/forum/missing-http-bug

1 Answer

Gerson Lopez
Gerson Lopez
13,352 Points

Oh, my bad :/ How do I delete this thread?