public
Description: A sizzlin' hot selector engine.
Homepage: http://sizzlejs.com/
Clone URL: git://github.com/jeresig/sizzle.git
fjakobs (author)
Mon Nov 23 03:49:59 -0800 2009
jeresig (committer)
Mon Nov 23 09:38:49 -0800 2009
sizzle /
name age message
file .gitmodules Thu Nov 19 07:38:02 -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 README Thu Nov 19 07:37:46 -0800 2009 Removed build instructions from the README. [jeresig]
file sizzle.js Mon Nov 23 03:49:59 -0800 2009 removed another unused variable [fjakobs]
directory speed/ Sat Apr 25 12:22:58 -0700 2009 Removed spaces in config.ini. [jeresig]
directory test/ Thu Nov 19 07:38:02 -0800 2009 Bringing some test suite changes back from jQuery. [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.