你不需要jQuery You Don't Need jQuery

转载:https://github.com/oneuijs/You-Dont-Need-jQuery/blob/master/README.zh-CN.md

You Don't Need jQuery

前端发展很快,现代浏览器原生 API 已经足够好用。我们并不需要为了操作 DOM、Event 等再学习一下 jQuery 的 API。同时由于 React、Angular、Vue 等框架的流行,直接操作 DOM 不再是好的模式,jQuery 使用场景大大减少。本项目总结了大部分 jQuery API 替代的方法,暂时只支持 IE10+ 以上浏览器。
https://github.com/oneuijs/You-Dont-Need-jQuery/blob/master/README.zh-CN.md
原文地址:https://www.cnblogs.com/mafeifan/p/5065168.html