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
Lindsay Barrett
234 PointsAPI problem
Hello,
In my span element (#place), I am trying to get the temperature to load. It won't now, what is the error?
p.s. I know my token is now public.
Code here: https://w.trhou.se/wb28e2qacl
Thank you!
Robert Tyree
13,335 PointsRobert Tyree
13,335 PointsI'm not overly familiar with jQuery, but it seems odd that the searchWeather() call on line 13 of list.js is inside the function declaration itself. Perhaps you want to move that call outside the function declaration's closing curly bracket on line 15?
Could be wrong! Hope that helps though. :-)