component / dom

DOM traversal, manipulation and events aggregate library (like jQuery)
228 stars 49 forks source link

IE8 Compatibility #69

Closed dominicbarnes closed 10 years ago

dominicbarnes commented 10 years ago

Dependencies added:

In addition, in some cases, IE8 treats document fragments differently, so I've updated those here. (other browsers still pass the test suite)

A lot of the unit tests needed to be updated as well, to use IE8-friendly DOM/syntax.

dominicbarnes commented 10 years ago

This is ready for merge now

matthewmueller commented 10 years ago

thanks man!