jeresig / sizzle

A sizzlin' hot selector engine.

This URL has Read+Write access

sizzle /
name age message
file .gitmodules Mon Nov 09 16:59:37 -0800 2009 Bringing some test suite changes back from jQuery. [jeresig]
file LICENSE Wed Jan 07 14:10:28 -0800 2009 Added the three licenses to the LICENSE file an... [jeresig]
file Makefile Sat Dec 19 15:15:40 -0800 2009 Remove static QUnit, pull it in dynamically, ju... [jeresig]
file README Tue Nov 10 20:03:49 -0800 2009 Removed build instructions from the README. [jeresig]
file sizzle.js Mon Dec 21 15:07:06 -0800 2009 Fixed case of != to !==. [jeresig]
directory speed/ Sat Apr 25 12:22:58 -0700 2009 Removed spaces in config.ini. [jeresig]
directory test/ Sat Dec 19 20:07:07 -0800 2009 Make sure that unknown :foo selectors throw an ... [jeresig]
README
A pure-JavaScript CSS selector engine designed to be easily dropped in to a host library.

More information:
 http://sizzlejs.com/

Discussion:
  http://groups.google.com/group/sizzlejs

Documentation:
  http://wiki.github.com/jeresig/sizzle

Testing Sizzle:
 - Open test/index.html in your browser to run the tests.
 - The actual unit tests are in test/unit/selectors.js.