Home > eCSStender.CSS3-selectors.js

eCSStender.CSS3-selectors.js

ECSStender.CSS3-selectors.js is a project mainly written in JavaScript, based on the MIT license.

An implementation of the CSS3 selectors module using eCSStender.js

== eCSStender.CSS3-selectors.js

An implementation of the CSS3 Selectors module using eCSStender.

== Requirements

Requires a selector method be added to eCSStender as "findBySelector". For example:

eCSStender.addMethod('findBySelector',Sizzle);

== What's new in this release?

See the CHANGELOG file for information on what's new.

== The distribution

Besides the eCSStender.CSS3-selectors.js file in /src, there's a test tree (/test) included which holds assorted tests for the selectors module.

== Submodules

The following submodules are included in the /test folder and will need updating:

  • eCSStender
  • Sizzle
  • NWMatcher

To update, run this in the root folder of the project:

$> git submodule init && git submodule update

== License

eCSStender.CSS3-selectors.js is licensed under the terms of the MIT License, see the included MIT-LICENSE file.

Previous:DaisyDiff.cfc