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

Sirin Srikier
Sirin Srikier
7,671 Points

How 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
Sirin Srikier
7,671 Points

Thank you for everyone's responses! I think I'll tackle it with jQuery

Brendan Whiting
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Brendan Whiting
Front End Web Development Techdegree Graduate 84,735 Points

My 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
Thomas Nilsen
14,957 Points

Without having looked at the code, this (or something similar) is definitely part of it

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