Zepto is a minimalist JavaScript library for modern browsers with a largely jQuery-compatible API.

Philadelphia, PA
[zepto] http://bit.ly/aMaY0R deepsweet - oops, removed extra ;
[zepto] http://bit.ly/czJJja deepsweet - update README
[zepto] http://bit.ly/9ZUVem deepsweet - add .index("selector") for example, test/zepto.html: $("p > span").index("#nay"); // 2
[zepto] http://bit.ly/b1pAfu Thomas Fuchs - shorter and faster undefined checks (replaced by === void 0)
[zepto] http://bit.ly/cSUTot Thomas Fuchs - refactor and make sure it behaves like jQuery does
[zepto] http://bit.ly/b1PCY8 cs - formatting
[zepto] http://bit.ly/ag7qZe cs - .html() returns innerHTML if no arguments are passed
[zepto] http://bit.ly/acLgGT Thomas Fuchs - make sure k is declared, so it is not set in window
[zepto] http://bit.ly/djugMd deepsweet - "document" as $-function argument remove "k" variable declaration add .remove add .each
[zepto] http://bit.ly/d9PVXm Thijs van der Vossen - Add addClass(name) and removeClass(name).
[zepto] http://bit.ly/9Nt7Ii Thomas Fuchs - implement .delegate instead of .live
[zepto] http://bit.ly/bLgut4 Thomas Fuchs - make $ accept nodes so Zepto functions can be used in callbacks and so on
[zepto] http://bit.ly/bnjt3F Thomas Fuchs - remove extra ;
[zepto] http://bit.ly/dvDtG5 khaled - Add .attr function which acts as getter and setter, with tests
[zepto] http://bit.ly/a8eQMH Thomas Fuchs - Merge branch 'master' of github.com:madrobby/zepto
[zepto] http://bit.ly/9XwAFY Thomas Fuchs - fix live
[zepto] http://bit.ly/9GR8GF Thijs van der Vossen - Make the insertAdjacentHTML work once again.
[zepto] http://bit.ly/9tLrLY Thomas Fuchs - Merge branch 'master' of github.com:madrobby/zepto
[zepto] http://bit.ly/9JhEnt Thomas Fuchs - make $ results cacheable, slightly changed syntax for $.fn