public
Description: A sizzlin' hot selector engine.
Homepage: http://sizzlejs.com/
Clone URL: git://github.com/jeresig/sizzle.git
brandonaaron (author)
Tue Jun 23 11:11:47 -0700 2009
commit  4449308fbce4c34f46737469fae6698c0ed63230
tree    53a7e63345e1cf65e466c763b42a3e02052c5ab2
parent  5716360040a440041da19823964f96d025ca734b
sizzle /
name age message
file LICENSE Wed Jan 07 14:10:28 -0800 2009 Added the three licenses to the LICENSE file an... [jeresig]
file Makefile Fri Oct 31 15:10:10 -0700 2008 Moved the library-specific code outside of Sizz... [jeresig]
file README Fri Feb 20 10:02:18 -0800 2009 Updated the README to point to the new document... [jeresig]
directory libs/ Loading commit data...
file sizzle.js
directory speed/ Sat Apr 25 12:22:58 -0700 2009 Removed spaces in config.ini. [jeresig]
directory test/ Sun May 03 17:30:05 -0700 2009 fix :hidden selector in jQuery [brandonaaron]
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:
 - Run 'make': this will create a jquery-sizzle.js file that contains jQuery with the Sizzle selector engine.
 - Open test/index.html in your browser to run the tests.
 - The actual unit tests are in test/unit/selectors.js.