public
Description: A sizzlin' hot selector engine.
Homepage: http://sizzlejs.com/
Clone URL: git://github.com/jeresig/sizzle.git
sizzle / README
100644 16 lines (11 sloc) 0.482 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.