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 trialMUZ140064 Onias Muchabaiwa
5,981 PointsChallenge Task 1 of 1
We've already got our app.js included in our page. The only thing missing is j Quer. Find the CDN
<!DOCTYPE html>
<html>
<head>
<title>Take Evasive Action</title>
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" title="no title" charset="utf-8">
</head>
<body>
<p class="warning">
<span>It's A Trap!</span>
</p>
<div class="image">
<img src="img/ackbar.gif">
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/app.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>
2 Answers
Jonathan Grieve
Treehouse Moderator 91,253 PointsHi MUZ140064 Muchabaiwa
I'm not sure what it is you're having difficulty with. It looks to me like you've included jQuery with a suitable CDN reference. :-)
Is there anything else we can help with?
MUZ140734 Tinashe Chibwe
16,960 PointsThe best thing is to follow the advise to open jquery.com then go to download and copy the link which could be something like...
src="//code.jquery.com/jquery-1.12.0.min.js"
src="//code.jquery.com/jquery-migrate-1.2.1.min.js"
in script tags (these 2 work) or just follow this http://jquery.com/download/#using-jquery-with-a-cdn