DOM tools
最后更新于:2022-04-01 04:14:12
# DOM Tools
##### DOM libraries/frameworks:
- [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 performance tools:
- [DOMMonster](http://mir.aculo.us/dom-monster/)
##### References:
- [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)
##### Virtual DOM:
- [jsdom](https://github.com/tmpvar/jsdom)
- [virtual-dom](https://github.com/Matt-Esch/virtual-dom)