Is it necessary to learn jQuery for interactive websites? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Is it necessary to learn jQuery for interactive websites?

2nd May 2018, 8:47 PM
Dasi
Dasi - avatar
3 Answers
+ 7
no not really you can create interactive websites with html css and js alone or bootstrap
2nd May 2018, 11:32 PM
🐯🐯Gimba Abdul Aziz🐯🐯
🐯🐯Gimba Abdul Aziz🐯🐯 - avatar
+ 3
Necesary no. You can get by with good old JS alone. But jQuery is easy to learn, it can save you lines of codes (and the time it takes to write them) and it is another very useful tool in your toolbox. So why not learn it?
2nd May 2018, 8:52 PM
cyk
cyk - avatar
+ 3
No. But jQuery is definitely a very powerful and easy to learn tool. But be conservative with it. Don't include the entire jQuery library if you only want to hide some text on button press or something simple like that. Use jQuery when you think you'll be using it a lot and can really benefit from it. I'd also recommend checking out jQuery's package builder which gives you a download of only the jQuery functions you need instead of the entire library.
3rd May 2018, 9:56 PM
Ben Allen (Njinx)
Ben Allen (Njinx) - avatar