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

How to change contents of page with sidebar? HTML/CSS or JavaScript?

Hi,

I'm creating a simple form with 4 sections, for both mobile and desktop. When a user selects an item I want the contents of the page to update. http://imgur.com/WUKb7Es

What is the best practice? Do I just show() / hide() the page contents or have separate pages, and change them in the HTML?

Thank you!

1 Answer

Uhhh you dont want to create a website for every possible combination, right :) ? I would prefer a back-end language but since this is no option go with JS

Okay! I'm working on it with a backend dev. So I guess I can create the designs and he will finish the rest?