| Commit message (Expand) | Author | Age | Files | Lines |
* | Added an extra check for removing a named cache property - calling it when it... | John Resig | 2007-09-09 | 1 | -8/+10 |
* | Landing a version of $(document)/$(window) .width()/.height(). It won't win a... | John Resig | 2007-09-09 | 1 | -4/+14 |
* | Added .prevAll() and .nextAll() functionality. | John Resig | 2007-09-09 | 2 | -4/+6 |
* | So, apparently, I never committed the second half of the new field value code... | John Resig | 2007-09-09 | 1 | -13/+42 |
* | Fixed some line ending issues. | John Resig | 2007-09-09 | 1 | -5/+8 |
* | Errors were occuring with getScript, if you called it too early. | John Resig | 2007-09-09 | 1 | -2/+3 |
* | Moved the fx queueing over to the new expando system. | John Resig | 2007-09-09 | 1 | -8/+5 |
* | .stop() wouldn't resume any queued animations. | John Resig | 2007-09-09 | 1 | -1/+1 |
* | Landing the new expando management code. Completely overhauls how data is ass... | John Resig | 2007-09-08 | 5 | -48/+109 |
* | Reintroduced .offset() as a default include, added original author credits. | John Resig | 2007-09-08 | 3 | -1/+6 |
* | Landing the .clone() rewrite by Brandon (also includes the new event cloning ... | John Resig | 2007-09-08 | 1 | -33/+14 |
* | Disabled the automatic inclusion of offset.js | John Resig | 2007-09-08 | 2 | -3/+1 |
* | Removed the test suite generation code. | John Resig | 2007-09-08 | 1 | -14/+0 |
* | Added the new .offset() method, directly imported from Dimensions (heavily wo... | John Resig | 2007-09-08 | 3 | -2/+92 |
* | Added .hasClass() (Simply just passes through to .is()). | John Resig | 2007-09-08 | 1 | -0/+4 |
* | Finished up some of the reorganization. | John Resig | 2007-09-08 | 7 | -5/+7 |
* | Reorganzing the jQuery source (first phase). | John Resig | 2007-09-08 | 29 | -16/+16 |
* | Added a new :animated selector - only selects elements that are currently bei... | John Resig | 2007-09-08 | 1 | -1/+4 |
* | Massive FX rewrite. Full list of changes: | John Resig | 2007-09-07 | 1 | -166/+218 |
* | Fix for bug #760 (fontSize returns different values in IE). This was part of ... | John Resig | 2007-09-07 | 1 | -0/+15 |
* | Fixed a bug in event - "native" is a reserved word in Safari 2. | John Resig | 2007-09-07 | 1 | -2/+2 |
* | Forgot to update the $.param() tests. | John Resig | 2007-09-05 | 1 | -5/+5 |
* | Re-disabled the Ajax tests in Safari. | John Resig | 2007-09-05 | 1 | -2/+2 |
* | Integration of Mike Alsup's excellent form serialization code. The benefits a... | John Resig | 2007-09-05 | 7 | -38/+130 |
* | Added support for the new .andSelf() method. This method combines the previou... | John Resig | 2007-09-04 | 2 | -2/+14 |
* | Fix for bug #1549, where the DOM conversion of <code/> and similar elements w... | John Resig | 2007-09-04 | 2 | -1/+13 |
* | Made it so that you can't change the type of an input element, having it thro... | John Resig | 2007-09-04 | 2 | -2/+30 |
* | Removed all deprecated functionality for jQuery 1.2. A full list of what was ... | John Resig | 2007-09-04 | 6 | -180/+85 |
* | Removed all inline documentation. The current version of all documentation is... | John Resig | 2007-09-04 | 5 | -2848/+10 |
* | Added a new .stop() method which stops all animations running on the matched ... | John Resig | 2007-09-04 | 2 | -2/+39 |
* | Re-disabled the ajax tests in Safari 3. | John Resig | 2007-09-03 | 1 | -2/+2 |
* | Added support for: | John Resig | 2007-09-03 | 4 | -161/+420 |
* | Added namespaced events to bind, unbind, and trigger. This allows you to deal... | John Resig | 2007-09-03 | 2 | -10/+52 |
* | Reverted the change that I made in #1320. | John Resig | 2007-09-02 | 1 | -1/+1 |
* | Added support for a new :header psuedo-selector (only selects H1-H6 elements). | John Resig | 2007-08-31 | 3 | -3/+8 |
* | Make it so that you can filter tests by keyword. | John Resig | 2007-08-31 | 1 | -1/+1 |
* | Added support for .wrapInner() and .wrapAll() - and re-wrote .wrap() to use .... | John Resig | 2007-08-31 | 2 | -25/+60 |
* | Added support for .contents(). Returns ALL child nodes for an element - excep... | John Resig | 2007-08-31 | 2 | -1/+9 |
* | Added $(...).map() functionality. (Also closes #1250, imo) | John Resig | 2007-08-31 | 2 | -0/+26 |
* | Made it so that you can pass in an event object to the trigger data args and ... | John Resig | 2007-08-30 | 2 | -8/+33 |
* | Added a new extra fn arg to trigger (so you don't have to simulate the trigge... | John Resig | 2007-08-30 | 2 | -9/+46 |
* | Made jQuery's internal trigger method return the value from handle. (Bug #1417) | John Resig | 2007-08-28 | 1 | -0/+5 |
* | Made it so that the last return value is always returned from handle() (unles... | John Resig | 2007-08-28 | 1 | -2/+6 |
* | Fixed the issue where $("body").find("div#foo") would ignore the specified ta... | John Resig | 2007-08-27 | 2 | -2/+4 |
* | Added new replaceWith() (replace all matched elements with the specified HTML... | John Resig | 2007-08-25 | 2 | -1/+54 |
* | Added a test case for "purple include", fixed a bug. | John Resig | 2007-08-25 | 3 | -2/+16 |
* | New feature: You can now inject portions of a document via .load(), as oppose... | John Resig | 2007-08-25 | 1 | -1/+17 |
* | Landing animation of scrollLeft/scrollTop (also works on random DOM object pr... | John Resig | 2007-08-25 | 1 | -11/+7 |
* | Tagging the 1.1.4 release.1.1.4 | John Resig | 2007-08-24 | 1 | -1/+1 |
* | Marked all the appropriate methods as being deprecated for the 1.1.4 release ... | John Resig | 2007-08-24 | 3 | -0/+11 |