|
|
|
|
|
by rocky1138
2656 days ago
|
|
Becoming good at jquery is a waste of time, yes, unless you have inherited a legacy project built in it. Jquery's strength was in its polyfills for older browsers for selecting elements and the like. Since it's introduction, browsers have pretty much replaced all of jquery's functionality intrinsically. |
|
> browsers have pretty much...
No, there's a bunch of selectors and methods that are much easier to work with, read and write using Jquery, IMHO.