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

HTML jQuery Basics (2014) Creating a Mobile Drop Down Menu Plan

jquery 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

No i didnt watch the whole video and my browser couldnt resize to a mobile size. that was the problem,

Ah, that makes sense. Glad you figured it out.

At 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.

i downloaded the finished version

What 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?

how can i make the javascript enabled? i think that might be the problem. i kept the file intact and ran it.

For 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.

it works fine for the zip files, i am only having trouble with this one

I already did that

Perhaps 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.

it works now thanks

Awesome, glad the problem has been resolved. Did the cache end up being the issue?

can 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

Sure, what does the error message say? Could I see your code?