0
Which one is better?
Pure JavaScript or Jquery
4 Respuestas
+ 4
Well, the answer is neither. JS and JQuery are not different languages and hence cannot be compared in such way. The purpose of JQuery is to make it easier to use JS. JQuery is part of JS. It cannot exist on it's own.
All you can say is when and why to use JQuery instead of plain JS.
https://stackoverflow.com/questions/7266067/jquery-over-javascript-why-and-when-to-use
+ 3
What do you mean by better? Performance? Readability? Ease-of-use? The question is too general. JQuery is a library for JS. If JS is "better" on its own, JQuery would exist for nothing.
0
In everything
0
JQuery and JavaScript somewhat work hand in hand, there isnt exactly a 'better' language out of the two