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 trialLance Chandler
Front End Web Development Techdegree Graduate 21,818 Pointsflicker.js - $(document).ready(function() { "Uncaught ReferenceError: $ is not defined" per Chrome
Index.html has: <srcipt src="http://code.jquery.com/jquery-1.11.0.min.js"></srcipt> <script src="js/flickr.js"></script>
Trying to do the lesson but can not get past step 1. Please advise...
3 Answers
Lance Chandler
Front End Web Development Techdegree Graduate 21,818 Points<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script> <script src="js/flickr.js"></script>
Lance Chandler
Front End Web Development Techdegree Graduate 21,818 PointsSorry, I guess the html script src statements don not post. http://code.jquery.com/jquery-1.11.0.min.js
Lance Chandler
Front End Web Development Techdegree Graduate 21,818 PointsApparently, having a comment in following the first line of code was the problem. I remove comment & it worked. Thanks for replying!
Jake Lundberg
13,965 PointsJake Lundberg
13,965 PointsHave you loaded jquery into your project?