+ 14
Is it possible to develop interactive website without jquery?
41 Respostas
+ 16
Yes, plain Javascript works, it tends to be more verbose though in comparison to Jquery. Even CSS3 has some interactive features.
+ 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.
+ 13
Yes definitely. You should develop interactive site using Javascript. If you good in Javascript, you don't need jQuery.
+ 13
yes, use javascript
+ 10
Yes you can if you try
+ 9
Yes you can use Javascript, but jquery make development more easy, u should learn it.
+ 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
+ 8
I recommend vue js too it's very awesome. But a plain old vanilla JS can equally create interactive site but verbose coding.
+ 7
yes, You can
+ 7
It is possible. In fact its faster and more efficient to use a lightweight framework like vue.js instead of jquery
+ 6
yes use HTML5 with JavaScript based alternate code for web browsers that do not support html5
+ 6
Yes, bro... I let to you :)
function smile(){
alert(";)")
}
+ 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
+ 5
use html5
+ 5
if you want your change every Page you load you can use ASP.net
+ 5
jQuery is a JS framework, but you can do interactive websites without it
+ 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
+ 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. :)
+ 5
Learn Bootstrap and angularJS for response website design.
+ 4
yes :)