What is the benefit of using Jquery above JavaScript ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the benefit of using Jquery above JavaScript ?

25th Apr 2017, 1:30 PM
Poorva Yadav
Poorva Yadav - avatar
4 Answers
+ 5
Main benefit of JQuery is helping to support more widely browsers ecosystem, without having to write specific codes for support each browsers differences of implementation... Second benefit is to provide simpler ways to do some complex task with built-in functions, and useful utilities function not provided by Html built-in APIs ( JQuery is a framework ). Third benefit is relative ( some users, as me, don't think so ;P ) and concern the abilities to write shortened and/or more readable code...
25th Apr 2017, 4:14 PM
visph
visph - avatar
+ 4
It had more function than javascript.
25th Apr 2017, 1:37 PM
Nithiwat
Nithiwat - avatar
+ 4
if you had more function you can use less time to develop๐Ÿ˜Š๐Ÿ˜Š๐Ÿ˜Š
25th Apr 2017, 1:47 PM
Nithiwat
Nithiwat - avatar
+ 2
You usually want to use JQuery with JavaScript, as it is a JS library. But JQ is worth to learn, as it will make working with the DOM very easy.
25th Apr 2017, 1:42 PM
Tob
Tob - avatar