public
Description: A sizzlin' hot selector engine.
Homepage: http://sizzlejs.com/
Clone URL: git://github.com/jeresig/sizzle.git
jeresig (author)
Wed May 20 15:00:38 -0700 2009
commit  1fdd3c54b25e5fdacbf39ccc80d2b001971c7025
tree    82c10934f800c4c8d386071e32a28306586b559f
parent  e422b5975c50d09011c15713c66e9bbb54a30bfb
sizzle /
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.