| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Forgotten to update the number of jQuery.extend related tests. | Robert Katic | 2009-11-12 | 1 | -1/+1 |
* | Made jQuery.extend(true, ...) to extend recursively only 'object literal' val... | Robert Katic | 2009-11-12 | 1 | -3/+7 |
* | Made isObjectLiteral to work correctly with custom objects with empty prototy... | Robert Katic | 2009-11-12 | 1 | -1/+5 |
* | Made jQuery('<div/>') and jQuery('<div></div>') use the same code path (makin... | John Resig | 2009-11-11 | 1 | -1/+4 |
* | Added a method to myKlass.
| rkatic | 2009-11-09 | 1 | -0/+2 |
* | Make .add() take an optional context and - if a context is specified in the r... | John Resig | 2009-11-07 | 1 | -0/+12 |
* | Switched from using QUnit's isObj/isSet to the more robust same method. | John Resig | 2009-09-29 | 1 | -19/+19 |
* | A follow-up to [6578] (which stopped adding expandos to elements that didn't ... | John Resig | 2009-09-25 | 1 | -1/+11 |
* | jquery core: Fixed #5202. Fixing selector generation when a manipulation func... | Ariel Flesler | 2009-09-14 | 1 | -1/+8 |
* | Split out the fragment-building code from domManip. Switched core.js to using... | John Resig | 2009-09-07 | 1 | -1/+1 |
* | Fixed a bug with the isXMLDoc test - also made sure that isXMLDoc was handlin... | John Resig | 2009-08-27 | 1 | -1/+1 |
* | Tweaked the isXMLDoc iframe test case to test the document, not the body elem... | John Resig | 2009-08-27 | 1 | -3/+3 |
* | Added an improvement to quickExpr and some more tests for jQuery('html'). Fix... | John Resig | 2009-07-27 | 1 | -1/+9 |
* | Added an extra documentElement check to isXMLDoc for IE - and added a number ... | John Resig | 2009-07-27 | 1 | -1/+34 |
* | Add test for jQuery(jQueryObj) cloning and simplify new get() code | Yehuda Katz | 2009-07-17 | 1 | -1/+4 |
* | jquery core: Simplifying isEmptyObject() and adding tests. | Ariel Flesler | 2009-07-16 | 1 | -0/+10 |
* | Add a test for index() | Yehuda Katz | 2009-07-16 | 1 | -0/+6 |
* | jQuery.extend(true, Object, Object) copies custom objects correctly. | Yehuda Katz | 2009-07-16 | 1 | -2/+12 |
* | jQuery.extend(true, Object, Object) copies objects with length keys correctly | Yehuda Katz | 2009-07-16 | 1 | -1/+7 |
* | Clear some dangling whitespace | Yehuda Katz | 2009-07-16 | 1 | -5/+5 |
* | Add support for .get(-Number) Closes #4188 | Yehuda Katz | 2009-07-16 | 1 | -0/+7 |
* | Make toArray an alias for .get(). Closes #3999 | Yehuda Katz | 2009-07-16 | 1 | -0/+7 |
* | jquery core: Closes #2827. jQuery.each iterates over functions | Ariel Flesler | 2009-06-20 | 1 | -1/+8 |
* | another unit test for index method | Brandon Aaron | 2009-05-07 | 1 | -1/+2 |
* | testrunner: Updating an orphaned test | Ariel Flesler | 2009-05-03 | 1 | -1/+1 |
* | jquery core: $() -> $(document) and $(undefined) -> $([]). Removed a duplicat... | Ariel Flesler | 2009-05-03 | 1 | -7/+13 |
* | actually should be 6330, not 6329 | Brandon Aaron | 2009-05-02 | 1 | -1/+1 |
* | index now works in reverse when passed a selector or undefined. fixes #3971 | Brandon Aaron | 2009-05-02 | 1 | -21/+31 |
* | Unified the formatting of core.js. === or !== are used wherever appropriate, ... | John Resig | 2009-03-31 | 1 | -1/+1 |
* | breaking jquery out into smaller modules. added attributes.js, manipulation.j... | Brandon Aaron | 2009-03-18 | 1 | -1349/+12 |
* | fix for #3688, setting type attribute on button causes IE to throw error | Brandon Aaron | 2009-03-17 | 1 | -1/+11 |
* | Simplified the structure of the .css() and .attr() methods (reducing the numb... | John Resig | 2009-02-28 | 1 | -7/+0 |
* | Made sure that .remove now uses multiFilter. Fixes bug #4205. | John Resig | 2009-02-20 | 1 | -1/+4 |
* | Fixed some tests that were changed (fixed!) by fixing #3966. | John Resig | 2009-02-18 | 1 | -6/+6 |
* | Made it so that appendTo, etc. return the inserted elements (thus using pushS... | John Resig | 2009-02-18 | 1 | -1/+22 |
* | Updated the show() tests to work without the use of jQuery.browser (the test ... | John Resig | 2009-02-17 | 1 | -7/+10 |
* | Reorganized and disabled some of the height/width tests. Need to look in to b... | John Resig | 2009-02-17 | 1 | -16/+18 |
* | Made the div showing a little more explicit - making sure that it doesn't aff... | John Resig | 2009-02-17 | 1 | -1/+1 |
* | Reorganized some of the animation tests to work with the new hide/show changes. | John Resig | 2009-02-17 | 1 | -1/+1 |
* | Fixed some more CSS/visibility tests. | John Resig | 2009-02-17 | 1 | -5/+5 |
* | Changed a bunch of the DOM tests to work in Document Order. | John Resig | 2009-02-17 | 1 | -23/+11 |
* | Updated some of the display/visible/hidden tests to work on an appropriate el... | John Resig | 2009-02-17 | 1 | -5/+5 |
* | Reworked the .clone() function in IE. Fixes jQuery bugs #3500 (jQuery expando... | John Resig | 2009-02-09 | 1 | -1/+26 |
* | Made sure that .removeClass(null) doesn't throw an exception. Fixes #3847. | John Resig | 2009-01-20 | 1 | -2/+6 |
* | Re-worked the logic for where .selector and .context are added for ID selecto... | John Resig | 2009-01-20 | 1 | -1/+5 |
* | Added two more tweaks for XHTML core tests. | John Resig | 2009-01-19 | 1 | -2/+2 |
* | Made some tweaks to the core tests so that they'll run better under XHTML. | John Resig | 2009-01-19 | 1 | -5/+5 |
* | Landing a fix for non-link anchor tabIndex (from scott.gonzalez). Fixes ticke... | John Resig | 2009-01-19 | 1 | -15/+14 |
* | Only try to wrap the element if it's not disconnected, fixed #3828. | John Resig | 2009-01-12 | 1 | -1/+6 |
* | Fixed an issue with parentNode being accessed in attr() on disconnected DOM e... | John Resig | 2009-01-12 | 1 | -1/+3 |