"Styles and Themes in Android" was retired on July 14, 2025.

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

error in console :: GET http://code.jquery.com-1.12.0.min.js/ net::ERR_NAME_NOT_RESOLVED

what is it check code here https://w.trhou.se/8j6y930eos

1 Answer

You are including two different jQuery versions. Luckly the last one is a bad url.

the url for the jquery at the bottom of your page should be http://code.jquery.com/jquery-1.12.0.min.js I would remove the jquery in your head as well move <script src="js/widget.js"></script>

to the footer after you include jquery.

can u tell me how to use xamp on pc