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 trialdanielplaisimnd
6,837 Pointsjquery codes/drop down menu
after i downloaded the project files i ran the index.html it does not come up with the drop down menu or jquery interactivity. it remains basics. i am not sure what s the problem is.
11 Answers
danielplaisimnd
6,837 PointsNo i didnt watch the whole video and my browser couldnt resize to a mobile size. that was the problem,
Alexandra Silcox
24,486 PointsAt what point/section are you downloading the project files? The project files are progressive and pertain to each lesson within the project. If you want the finished version, try downloading the files toward the end of the project.
danielplaisimnd
6,837 Pointsi downloaded the finished version
Alexandra Silcox
24,486 PointsWhat does the navigation do when you resize the browser? I just downloaded the files and it's responding for me. If the navigation isn't converting to a drop down menu when the browser width goes below the breakpoint, have you made sure javascript is enabled?
danielplaisimnd
6,837 Pointshow can i make the javascript enabled? i think that might be the problem. i kept the file intact and ran it.
Alexandra Silcox
24,486 PointsFor Chrome it's under Settings>Show Advanced Settings>Content Settings(under Privacy)>JavaScript. Make sure it's set to "Allow all sites to run JavaScript (recommended)". Hopefully that helps with the problem.
danielplaisimnd
6,837 Pointsit works fine for the zip files, i am only having trouble with this one
danielplaisimnd
6,837 PointsI already did that
Alexandra Silcox
24,486 PointsPerhaps try clearing the cache? Although I'm not sure it will have any effect. Other than that, I would try contacting support to see if they have any other suggestions. It could be a glitch. Wish I could have been more helpful. Best of luck.
danielplaisimnd
6,837 Pointsit works now thanks
Alexandra Silcox
24,486 PointsAwesome, glad the problem has been resolved. Did the cache end up being the issue?
danielplaisimnd
6,837 Pointscan you help me with this question?
Now modify the $button click code so it now perfoms the redirect when the $select is changed.
my answer: //Bind change listener to the select $select.change(function(){ //Go to select's location window.location = $select.val(); });
it kept coming up with error message
Alexandra Silcox
24,486 PointsSure, what does the error message say? Could I see your code?
Alexandra Silcox
24,486 PointsAlexandra Silcox
24,486 PointsAh, that makes sense. Glad you figured it out.