| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Reverted optimization to jQuery function, fixing broken jQuery-as-context, ad... | Jörn Zaefferer | 2007-01-17 | 1 | -0/+5 |
* | Enhanced attr(String, Function) to pass through index of current element | Jörn Zaefferer | 2007-01-16 | 1 | -1/+2 |
* | Added a fix, and tests, for appending empty sets of elements/strings. | John Resig | 2007-01-14 | 1 | -1/+10 |
* | Lots of improvements. Added support for .not( jQuery("...") ) and support for... | John Resig | 2007-01-10 | 1 | -4/+3 |
* | Fixed tests for gt/lt | Jörn Zaefferer | 2007-01-10 | 1 | -3/+3 |
* | Added tests for almost everything in jquery/jquery.js; fixed some docs and re... | Jörn Zaefferer | 2007-01-10 | 1 | -1/+157 |
* | Fixed add to also create HTML on-the-fly by using jQuery() instead of jQuery.... | Jörn Zaefferer | 2007-01-10 | 1 | -0/+4 |
* | Added tests for add() and fixed #770 | Jörn Zaefferer | 2007-01-10 | 1 | -0/+10 |
* | Added tests for comma-separated expressions in filter, not, parent, parents, ... | Jörn Zaefferer | 2007-01-09 | 1 | -14/+26 |
* | Added test for next/prev | Jörn Zaefferer | 2007-01-09 | 1 | -0/+10 |
* | Added test and fixed parents() | Jörn Zaefferer | 2007-01-09 | 1 | -0/+10 |
* | Added test for toggleClass, fixed jQuery.className.has to accept both node an... | Jörn Zaefferer | 2007-01-08 | 1 | -0/+9 |
* | .text( String ) now works as you'd expect it to, plus it's much faster and sm... | John Resig | 2007-01-08 | 1 | -2/+2 |
* | Fixed a bug in the jQuery.prop() addition and fixed the test cases to represe... | John Resig | 2007-01-08 | 1 | -7/+3 |
* | Fixed a bug with $("body") in dynamic documents, refactored $(...), stopped t... | John Resig | 2007-01-08 | 1 | -12/+14 |
* | Implemented #756, making text(String) really useful | Jörn Zaefferer | 2007-01-07 | 1 | -0/+4 |
* | Implemented #753 | Jörn Zaefferer | 2007-01-07 | 1 | -1/+5 |
* | Test for #753 | Jörn Zaefferer | 2007-01-07 | 1 | -1/+6 |
* | Removed all the extra helper macros for 1.1, and adjusted the test suite acco... | John Resig | 2007-01-06 | 1 | -21/+0 |
* | Improved a lot of docs, adding description to examples, merging methods with ... | Jörn Zaefferer | 2007-01-04 | 1 | -1/+1 |
* | Improved docs for append, prepend, before and after, merging the three pairs ... | Jörn Zaefferer | 2007-01-02 | 1 | -8/+28 |
* | remove test that belonged in ajaxTest.js | Mike Alsup | 2007-01-02 | 1 | -13/+0 |
* | update target of evalScripts test | Mike Alsup | 2007-01-01 | 1 | -1/+1 |
* | Add test to show evalScripts/find problem. | Mike Alsup | 2007-01-01 | 1 | -0/+14 |
* | Added test and documentation for filter(Function) | Jörn Zaefferer | 2007-01-01 | 1 | -0/+1 |
* | Moved all the expressions tests over into selector area, out of the main suite. | John Resig | 2006-12-31 | 1 | -139/+0 |
* | Implemented, tested and documented #202 | Jörn Zaefferer | 2006-12-28 | 1 | -13/+0 |
* | Added in #690, the ability to remove an event handler from inside itself. | John Resig | 2006-12-23 | 1 | -0/+13 |
* | Added Yehuda's selector engine improvements (it's now trivial to add in your ... | John Resig | 2006-12-23 | 1 | -1/+1 |
* | Made significant changes to the expression engine. Is now significantly faste... | John Resig | 2006-12-23 | 1 | -3/+4 |
* | (no commit message) | Jörn Zaefferer | 2006-12-19 | 1 | -1/+5 |
* | jQuery.merge speedup, bug#444 | Dave Methvin | 2006-12-19 | 1 | -1/+5 |
* | Code and documentation cleanup; fixed #317 and #464 | Jörn Zaefferer | 2006-12-03 | 1 | -14/+4 |
* | Fixed bug #344 (tests, implementation, docs) | Jörn Zaefferer | 2006-11-30 | 1 | -550/+566 |
* | Added test for filter(Array), fixed bug #446 | Jörn Zaefferer | 2006-11-29 | 1 | -3/+5 |
* | Testsuite 2.0 | Jörn Zaefferer | 2006-11-18 | 1 | -0/+549 |