9 ms·
Sorry for confusion, what i meant was: yes DOM API is a bit verbose, but jQuery is exactly the opposite in a bad sense: it's using too few words to express too
by anton-107 11y ago
Sorry for confusion, what i meant was: yes DOM API is a bit verbose, but jQuery is exactly the opposite in a bad sense: it's using too few words to express too many different things.
- Akkuma 11y agojQuery uses CSS selectors, which is fairly clear if you have a general understanding of them.
- anton-107 11y agoSo does querySelectorAll, that's not the issue with jQuery API. The problem is that "jQuery" function, aliased as "$" has 9 signatures (doing 9 different things, depending on which arguments you send to it), while querySelectorAll does only one thing