Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Sirin Srikier
7,671 PointsHow do you build a website like this one https://www.flyjetedge.com/?
I've been seeing a lot of websites like this one https://www.flyjetedge.com/ and was wondering how someone would approach a build like this? I was gonna use plain javascript and jquery but was wondering if someone else would suggest something else? Thank you!
4 Answers

Sirin Srikier
7,671 PointsThank you for everyone's responses! I think I'll tackle it with jQuery

Brendan Whiting
Front End Web Development Techdegree Graduate 84,716 PointsMy friend just told me about this tool called builtwith.com that lets you run through a website and see what all was used to build it. I ran this website through, here is the result: https://builtwith.com/?https%3a%2f%2fwww.flyjetedge.com%2f
jQuery came up in the list. I'm betting they're using some jQuery plugins as well.

Thomas Nilsen
14,957 PointsWithout having looked at the code, this (or something similar) is definitely part of it

Jacob Mishkin
23,117 PointsI say go with jQuery. If you have any code questions about how to go about creating this, let us know. My suggestion is really review whats happing on the site, then try with just jQuery, and if you get stuck, ask questions here, or go with a plugin, but I think it's more rewarding to do it from scratch first.