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