| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed .not([]) not working properly. | John Resig | 2007-01-11 | 1 | -1/+1 |
* | Fixed missing typo | Jörn Zaefferer | 2007-01-11 | 1 | -1/+1 |
* | Fixed bug with .text(), it only returned the text for the first element. | John Resig | 2007-01-11 | 1 | -1/+1 |
* | Fixed the Safari crashing bug. So much hate. | John Resig | 2007-01-11 | 1 | -2/+2 |
* | Fixed docs for .clone(Boolean). | John Resig | 2007-01-10 | 1 | -0/+1 |
* | Modified ready to event to pass jQuery object, allowing users to avoid the ug... | Jörn Zaefferer | 2007-01-10 | 1 | -0/+8 |
* | Added support .css("left",30). Fixed up the multiFilter code. | John Resig | 2007-01-10 | 1 | -6/+18 |
* | Lots of improvements. Added support for .not( jQuery("...") ) and support for... | John Resig | 2007-01-10 | 1 | -22/+40 |
* | Added back in height and width - they now behave more appropriately. | John Resig | 2007-01-10 | 1 | -0/+68 |
* | .remove("...") removed too much. | John Resig | 2007-01-10 | 1 | -5/+7 |
* | We've decided against .set() and are moving back to .pushStack(). | John Resig | 2007-01-10 | 1 | -11/+11 |
* | Added tests for almost everything in jquery/jquery.js; fixed some docs and re... | Jörn Zaefferer | 2007-01-10 | 1 | -25/+22 |
* | Fixed add to also create HTML on-the-fly by using jQuery() instead of jQuery.... | Jörn Zaefferer | 2007-01-10 | 1 | -1/+14 |
* | Added tests for add() and fixed #770 | Jörn Zaefferer | 2007-01-10 | 1 | -3/+3 |
* | Fixed a bug with .append() and <td>/<tr>. | John Resig | 2007-01-10 | 1 | -3/+5 |
* | Removed duplicated show/hide/toggle, added test for toggle(), started documen... | Jörn Zaefferer | 2007-01-09 | 1 | -58/+0 |
* | Fixed .next() and .prev(). | John Resig | 2007-01-09 | 1 | -2/+2 |
* | Added test and fixed parents() | Jörn Zaefferer | 2007-01-09 | 1 | -1/+1 |
* | Added test for toggleClass, fixed jQuery.className.has to accept both node an... | Jörn Zaefferer | 2007-01-08 | 1 | -2/+6 |
* | Pruned a lot of extra code out and improved how .html() works. | John Resig | 2007-01-08 | 1 | -59/+65 |
* | .text( String ) now works as you'd expect it to, plus it's much faster and sm... | John Resig | 2007-01-08 | 1 | -19/+9 |
* | Fixed a bug in the jQuery.prop() addition and fixed the test cases to represe... | John Resig | 2007-01-08 | 1 | -1/+1 |
* | I broke out the ${...} functionality into a separate plugin so that we can de... | John Resig | 2007-01-08 | 1 | -20/+9 |
* | Fixed a bug with $("body") in dynamic documents, refactored $(...), stopped t... | John Resig | 2007-01-08 | 1 | -21/+23 |
* | Implemented #756, making text(String) really useful | Jörn Zaefferer | 2007-01-07 | 1 | -7/+15 |
* | Fixed #753 in Opera and IE | Jörn Zaefferer | 2007-01-07 | 1 | -2/+2 |
* | Implemented #753 | Jörn Zaefferer | 2007-01-07 | 1 | -3/+44 |
* | Fixed problem with $("div",$("body")) breaking (returning an array, of length... | John Resig | 2007-01-07 | 1 | -1/+1 |
* | Reorganized the different effects to be in fx.js, instead of jquery.js - and ... | John Resig | 2007-01-07 | 1 | -2/+2 |
* | Fix for #754 | Jörn Zaefferer | 2007-01-07 | 1 | -6/+12 |
* | Improved the categories of a bunch of docs, upped the version to 1.1. | John Resig | 2007-01-07 | 1 | -17/+17 |
* | Fixed the docs for noConflict, fixed a bug with pager. | John Resig | 2007-01-06 | 1 | -5/+9 |
* | Removed all the extra helper macros for 1.1, and adjusted the test suite acco... | John Resig | 2007-01-06 | 1 | -934/+505 |
* | fixed typo (easeout); added check if jQuery._$ even exists, added examples fo... | Jörn Zaefferer | 2007-01-05 | 1 | -4/+21 |
* | Added in the new .noConflict() function for resolving conflict between jQuery... | John Resig | 2007-01-04 | 1 | -0/+18 |
* | Improved a lot of docs, adding description to examples, merging methods with ... | Jörn Zaefferer | 2007-01-04 | 1 | -183/+149 |
* | Changed "Hash" to "Map" in docs | Jörn Zaefferer | 2007-01-04 | 1 | -7/+9 |
* | Improved docs for append, prepend, before and after, merging the three pairs ... | Jörn Zaefferer | 2007-01-02 | 1 | -96/+28 |
* | Completely removed pushStack - and all code related to .find(..., fn). The st... | John Resig | 2007-01-02 | 1 | -68/+44 |
* | Added test and documentation for filter(Function) | Jörn Zaefferer | 2007-01-01 | 1 | -2/+23 |
* | Moved the bulk of the selector code out into a separate file, changed the bui... | John Resig | 2006-12-31 | 1 | -426/+1 |
* | Moved all the relevant event-related code into the event module. | John Resig | 2006-12-31 | 1 | -304/+0 |
* | Fixed event.handle to return undefined or false | Jörn Zaefferer | 2006-12-31 | 1 | -1/+2 |
* | Removed documentation for oneXXX and unXXX methods (not yet implementation), ... | Jörn Zaefferer | 2006-12-30 | 1 | -0/+33 |
* | Fixed missing semicolon | Jörn Zaefferer | 2006-12-30 | 1 | -1/+1 |
* | Added support for adding multiple classes simultaneously, fixed a bug with re... | John Resig | 2006-12-29 | 1 | -29/+28 |
* | Improved docs for removeClass (optional parameter, removes all classes if not... | Jörn Zaefferer | 2006-12-29 | 1 | -3/+7 |
* | Added in some changes to class handling and some docs for jQuery.nth(). | John Resig | 2006-12-29 | 1 | -22/+27 |
* | Implemented, tested and documented #202 | Jörn Zaefferer | 2006-12-28 | 1 | -4/+22 |
* | Fixed minor bug in jQuery.parse[1] expression. | John Resig | 2006-12-23 | 1 | -1/+1 |