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 jQuery Basics (2014) Creating a Mobile Drop Down Menu Perform: Part 2

windows 10 compatibility w/j Q

I can't seem to get the newest link for j Query to work. The older link works fine. I have windows 10, I'm wondering if anyone else has noticed this issue?

Colin Marshall
Colin Marshall
32,861 Points

Can you please provide the two links you are using? Where did you get the links from? Thanks!

<script src="http://code.jquery.com/jquery-1.11.0.min.js" type="text/javascript" charset="utf-8"></script> that's the one that works, got it from workspace.
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>. thats the one that doesn't work, got it from j Query.com. ty.

4 Answers

Colin, hi...I'm using chrome, i copy/pasted the link the way you posted it. It still doesn't work. Do you have windows 10? cause that's all I can think at this point. Older link works, newer link doesn't...very odd.

Colin Marshall
Colin Marshall
32,861 Points

Very odd indeed. What happens when you click on the link http://code.jquery.com/jquery-1.11.3.min.js? Does it take you to the source code or does it give you an error message? If it gives you an error, please provide the full error message. Also, have you tested it in other browsers?

bloody, try again... src="http://code.jquery.com/jquery-1.11.0.min.js" type="text/javascript" charset="utf-8". that one works got it from workspaces.... src="//code.jquery.com/jquery-1.11.3.min.js"... that one doesn't, got it from j Query.com

Colin Marshall
Colin Marshall
32,861 Points

Did you try adding "http:" on to the front of the new jQuery link? So it would be http://code.jquery.com/jquery-1.11.3.min.js

Also what browser are you using?

lol, 10 months later. source code.