|
|
|
|
|
by mddw
4806 days ago
|
|
classList won't work in IE < 10.
XHR with promise is quite verbose.
Transitions won't work in IE < 10.
etc. These were examples, not a complete case list. What's the point to use shims or polyfills if it means including some others libraries ? JQuery is not slow. If you .addClass() two hundred divs, sure. But for basic DOM manipulations, it's fine. JQuery is not heavy. 32kb. It may be in cache. You'll likely gain that twice 32kb by optimizing your png. This anti-JQuery war is a silly fad started by people who don't make websites. And as per arguments like "a fadein should not be mandatory blablabla", explain it to the client. It may work. Or it may not. |
|