aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/core.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disabled testing of em-defined borders, need to look back into this issue.John Resig2009-01-021-4/+6
* The exact escaping of the text() test isn't important - as long as < is escaped.John Resig2009-01-021-1/+1
* Fixed an issue with .not("#foo, bar") not working correctly, closes #3757.John Resig2008-12-311-1/+5
* jquery data: Closes #3539. Exposed jQuery.queue. Moved all the data and queue...Ariel Flesler2008-12-301-94/+0
* jquery core: Closes #1681. jQuery.fn.toggleClass can accept a boolean argumen...Ariel Flesler2008-12-251-1/+8
* jquery core: Closes #3255. The div used in jQuery.clean is emptied in the end...Ariel Flesler2008-12-251-1/+13
* jquery core: Closes #3641. jQuery.merge stopped looping once a 0 was found.Ariel Flesler2008-12-251-0/+15
* Added support for the new .closest() method (very useful for event delegation).John Resig2008-12-221-0/+8
* Landing the new Sizzle selector engine. There'll need to be some later tweaks...John Resig2008-12-201-14/+27
* Fixed line-ending issue.John Resig2008-12-191-1719/+1719
* Tweaked mis-numbered makeArray test.John Resig2008-12-191-1/+1
* Switched to using DOM Fragments in domManip.John Resig2008-12-191-2/+2
* Added selector path logging (creates a trail that plugins can use).John Resig2008-12-191-0/+58