component / dom

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

IE8 support #62

Closed dominicbarnes closed 10 years ago

dominicbarnes commented 10 years ago

I needed this library to work with IE8. (because it's a dependency of yields/select) The changes here are not as drastic as I expected, so I hope it will be considered for inclusion.

All unit tests continue to pass in other browsers, and IE8 now passes too. (with one exception being the component/enumerable#25)

bmcmahen commented 10 years ago

+1 IE8 support is still necessary for most of my projects, too.

matthewmueller commented 10 years ago

sweet. unfortunately, this PR needs to be updated to use new jquery-like syntax. some stuff is no longer relevant either (like .text())

dominicbarnes commented 10 years ago

Ok, I can rebase off the latest commits to master and rework this.