DOM
最后更新于:2022-04-01 10:31:52
## DOM 工具
**DOM 库/框架:**
* [jQuery](http://jquery.com/)
* [Zepto.js](http://zeptojs.com/)
* [keypress](http://dmauro.github.io/Keypress/)
* [clipboard.js](http://zenorocha.github.io/clipboard.js/)
* [tether.io](http://tether.io/docs/welcome/)
**DOM 性能分析:**
* [DOMMonster](http://mir.aculo.us/dom-monster/)
**参考文档:**
* [DOM Browser Support](http://www.webbrowsercompatibility.com/dom/desktop/)
* [DOM Events Browser Support](http://www.webbrowsercompatibility.com/dom-events/desktop/)
* [HTML Interfaces Browser Support](http://www.webbrowsercompatibility.com/html-interfaces/desktop/)
* [Events](https://html.spec.whatwg.org/#events-2)
* [MDN Document Object Model (DOM)](https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model)
**DOM polyfills/shims:**
* [dom-shims](https://github.com/necolas/dom-shims)
* [Pointer Events Polyfill: a unified event system for the web platform](https://github.com/jquery/PEP)
**虚拟 DOM:**
* [jsdom](https://github.com/tmpvar/jsdom)
* [virtual-dom](https://github.com/Matt-Esch/virtual-dom)