Is it possible to develop interactive website without jquery? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 14

Is it possible to develop interactive website without jquery?

17th May 2017, 8:32 AM
bharti
41 Answers
+ 16
Yes, plain Javascript works, it tends to be more verbose though in comparison to Jquery. Even CSS3 has some interactive features.
17th May 2017, 4:42 PM
Matt
Matt - avatar
+ 22
jquery is javascript. It's a library/framework that makes writing javascript simpler. Rather than getelementbyId etc. you can target $("#MyElementId") instead. If you don't like jquery you can try other frameworks or just use plain javascript if you don't want to use any frameworks.
17th May 2017, 2:24 PM
Mike
Mike - avatar
+ 13
Yes definitely. You should develop interactive site using Javascript. If you good in Javascript, you don't need jQuery.
17th May 2017, 9:07 AM
Calviղ
Calviղ - avatar
+ 13
yes, use javascript
18th May 2017, 5:59 AM
NimWing Yuan
NimWing Yuan - avatar
+ 10
Yes you can if you try
18th May 2017, 4:12 PM
<mr/>
<mr/> - avatar
+ 9
Yes you can use Javascript, but jquery make development more easy, u should learn it.
18th May 2017, 11:49 AM
Mefoued Abdel Kader
Mefoued Abdel Kader - avatar
+ 8
Yes if you have done JavaScript already you have learnt in the first Module that JavaScript adds interactive elements to websites. jQuery is just a JS Library
18th May 2017, 10:25 AM
Iwan
Iwan - avatar
+ 8
I recommend vue js too it's very awesome. But a plain old vanilla JS can equally create interactive site but verbose coding.
18th May 2017, 2:06 PM
Benneth Yankey
Benneth Yankey - avatar
+ 7
yes, You can
17th May 2017, 9:34 AM
Isomer
Isomer - avatar
+ 7
It is possible. In fact its faster and more efficient to use a lightweight framework like vue.js instead of jquery
18th May 2017, 7:17 AM
droste
droste - avatar
+ 6
yes use HTML5 with JavaScript based alternate code for web browsers that do not support html5
18th May 2017, 3:12 PM
Andrew Grant
Andrew Grant - avatar
+ 6
Yes, bro... I let to you :) function smile(){ alert(";)") }
18th May 2017, 4:30 PM
Vitekius
Vitekius - avatar
+ 5
yes u could use anything even c++.. but u must master it...I recommend u use simple js frameworks like vue.js and angular.js
18th May 2017, 8:12 AM
Vikaash
Vikaash - avatar
+ 5
use html5
18th May 2017, 8:34 AM
Code Master
Code Master - avatar
+ 5
if you want your change every Page you load you can use ASP.net
18th May 2017, 2:53 PM
Jan Staes
Jan Staes - avatar
+ 5
jQuery is a JS framework, but you can do interactive websites without it
18th May 2017, 9:29 PM
I Love Programming
+ 5
without use of JavaScript I think it not possible to make an interactive , if you use some other Technics and you success for building a website your​ site will take more time in loading it's not good for you visitors
19th May 2017, 3:33 AM
Aijaz Ahmed
Aijaz Ahmed - avatar
+ 5
Yes, it is totally possible to create an interactive website without jQuery. I would recommend using Vanilla Javascript over jQuery if you are still learning or want to learn more. jQuery or other library/frameworks hide the code logic or complexity.  You won't know the real logic of the code unless you go through the source code.  So if you are learning, go with vanilla JS / plain Javascript. Best of luck. :)
19th May 2017, 4:14 PM
Apel Mahmod
Apel Mahmod - avatar
+ 5
Learn Bootstrap and angularJS for response website design.
22nd May 2017, 6:22 PM
Shivanand Nagarabetta
Shivanand Nagarabetta - avatar
+ 4
yes :)
17th May 2017, 8:36 AM
MR Programmer
MR Programmer - avatar