I want to create a respnsive website. Which language should I used, javascript or jquery? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I want to create a respnsive website. Which language should I used, javascript or jquery?

16th Dec 2016, 3:25 AM
Jumar Hamac
Jumar Hamac - avatar
4 Answers
+ 2
JavaScript. JQuery isn't a language. It's actually a framework, or a library, based on JS. It contains optimized functions to make things easier for you. You use it with JS.
16th Dec 2016, 3:31 AM
Ben
Ben - avatar
+ 1
if you want to start with a front end framework to build responsive sites you can try bootstrap http://www.getbootstrap.com/ or foundation http://foundation.zurb.com
16th Dec 2016, 3:56 AM
david
+ 1
If you want a responsive website just use bootstrap. Saves you all the hard work since the classes already provide the code/markup behind the scenes.
16th Dec 2016, 6:24 AM
Chris Coder
Chris Coder - avatar
0
Thank you Ben. Highly appreciated.
16th Dec 2016, 3:33 AM
Jumar Hamac
Jumar Hamac - avatar