hazzle
v0.9.7-b-RC2
Published
hAzzle aims to be the fastest JavaScript library, but still be a lightweight alternative. It has built in support for DOM manipulation and events with support for all modern browsers, including IE9+.
Downloads
4
Readme
hAzzleJS v. 0.9.7b RC2
hAzzle aims to be the fastest JavaScript library, but still be a lightweight alternative. It has build in support for DOM manipulation and events with support for all modern browsers, including IE9+.
hAzzle support all modern browsers and features - such as HTML 5, and new Traversal API. In its selector engine it supports both CSS Level 3 selectors and CSS Level 4 selectors.
Basicly - hAzzle supports all the new features on the marked that has been there for years, and other libs to scared to include. List is to long to list it all here, but short - hAzzle support some of this features:
- insertAdjacentHTML,
- new Traversal API such as nextElementSibling, parentElement e.g.
- rAF
- cAF
- performance.now()
- XMLHttp v. 2
- CORS
hAzzle now also support DOM Level 4 with it's build in pollify. Following DL4 methods are supported and used:
- append
- prepend
- after
- before
- replace
- remove
- matches