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

kushalmahajan2
kushalmahajan2
7,683 Points

Simple Responsive Menu with a toggle button

Following the Jquery course from chalkers , I have developed a simple responsive menu with a toggle button instead of a select list.

Here's the codepen link to it. http://codepen.io/kushalmahajan/pen/EVxYWp

Feel free to fork it for practice/learning and maybe use it in your website projects . Any feedback will be welcome !

1 Answer

It looks great. One thing to look into tho, when you resize the window down to mobile and the menu button is clicked to display and hide the menu, then back to a larger screen size, the menu stays hidden. Not that big of a deal but you'll want to consider fixing it.

For reference you can view my responsive menu

Other than that. It looks great.

kushalmahajan2
kushalmahajan2
7,683 Points

Thanks for the feedback Chyno. The resizing back display of menu has been dealt with. Your menu looks great too !

Much better! Also, Thank you for the feedback.