0

Javascript or Jquery ?

which one is better to learn?

16th Feb 2017, 11:12 PM
theBlueGHOST
theBlueGHOST - avatar
2 Answers
+ 4
jQuery is JavaScript. it just makes it easier to use since you don't have to do everything on your own. if you want to extend jQuery, you have to learn JavaScript. I think it's best to learn jQuery first, play with it, make a nice website and then learn JavaScript and try to replace some jQuery functions by JavaScript, or combine both.
16th Feb 2017, 11:30 PM
Mario L.
Mario L. - avatar
0
There is a trend moving away from jQuery. Many frameworks an libraries don't use it any more. You can do alot of effects with pure CSS that would be better then jQuery. If you get into some coo frameworks, like React/Vue jQuery will not help you.
17th Feb 2017, 4:20 AM
tida
tida - avatar