| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Prevented non-script <script> blocks from executing, fixing #3733. | John Resig | 2009-01-11 | 1 | -1/+5 |
* | .closest() with positional selectors wasn't worked as expected. | John Resig | 2009-01-10 | 1 | -1/+4 |
* | Fixed an issue with script nodes being removed incorrectly, fixes #3737. | John Resig | 2009-01-10 | 1 | -1/+4 |
* | testrunner: Removing every global variable leaked within (and outside) tests.... | Ariel Flesler | 2009-01-09 | 1 | -12/+11 |
* | Selector state wasn't being passed along on a cloned jQuery object. | John Resig | 2009-01-08 | 1 | -1/+6 |
* | Fixed tabindex normalization so that elements that natively support tabbing, ... | Scott González | 2009-01-07 | 1 | -8/+8 |
* | Simplified the XML clone test. | John Resig | 2009-01-05 | 1 | -4/+6 |
* | Simplified the XML selector test (save the result). | John Resig | 2009-01-05 | 1 | -3/+4 |
* | Landed cross-browser support for tabIndex, by Scott, closes ticket #3649. | John Resig | 2009-01-05 | 1 | -0/+56 |
* | Forgot to merge in some of the new tests from Sizzle. | John Resig | 2009-01-05 | 1 | -1/+1 |
* | Landed a proper fix for #3255 - which involves doing createElement instead of... | John Resig | 2009-01-03 | 1 | -2/+4 |