d3/lib
Michael Bostock 8da80dcc99 Support for Sizzle.
D3 now supports Sizzle, preferring Sizzle to the native Selectors API if Sizzle
is available. Sizzle internally uses the native Selectors API and thus this
should have minimal performance implications; also, it allows you to use Sizzle
proprietary extensions such as ":first".

This commit also restricts the definition of the enter selection so that only
append and insert operations are defined. The other operations were generally
unsupported anyway, and it cleans up the code to have separate implementations
for insert and append. (I might enable additional operations in the future, such
as `filter`, `sort` and `each`, but this seems like a reasonable first pass.)
2011-02-17 11:56:13 -08:00
..
colorbrewer Rewrap colorbrewer/LICENSE. 2010-10-14 10:25:56 -07:00
google-compiler Update google-compiler to 20100917. 2010-10-14 10:23:15 -07:00
jit Move Voronoi & Delaunay code into geom module. 2010-11-07 21:09:59 -08:00
jquery Support for Sizzle. 2011-02-17 11:56:13 -08:00
jquery-ui Add interactive Albers projection explorer. 2010-11-03 11:19:20 -07:00
polymaps Add Polymaps license. 2010-11-02 14:48:51 -07:00
protovis Add Protovis license. 2010-11-02 14:48:28 -07:00
sizzle Support for Sizzle. 2011-02-17 11:56:13 -08:00