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