CSS3 Selectors

Author: Aaron Gustafson

Current Version: 0.3

This extension seeks to implement the CSS3 Selectors module back to IE6. Support is currently incomplete, but the following are known to work:

Note: In order to use this extension, you will need to provide the extension with a selector engine to use as the eCSStender method findBySelector. For example, to use Sizzle:

eCSStender.addMethod('findBySelector',Sizzle);