0
I want to create a respnsive website. Which language should I used, javascript or jquery?
4 Respostas
+ 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.
+ 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
+ 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.
0
Thank you Ben. Highly appreciated.