aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Added explicit module names to the new unit tests.John Resig2009-04-204-3/+11
* Unified the formatting of core.js. === or !== are used wherever appropriate, ...John Resig2009-03-311-1/+1
* moving dimension related unit tests to dimensions test moduleBrandon Aaron2009-03-222-56/+56
* decoupling styles retrieval from the attr methodBrandon Aaron2009-03-224-84/+84
* fix for #4189, live/die now work with contexts other than just documentBrandon Aaron2009-03-201-1/+19
* breaking jquery out into smaller modules. added attributes.js, manipulation.j...Brandon Aaron2009-03-186-1349/+1350
* fix for #4374, gap in :hidden, :visible logicBrandon Aaron2009-03-181-1/+16
* fix for #3688, setting type attribute on button causes IE to throw errorBrandon Aaron2009-03-172-2/+12
* Simplified the structure of the .css() and .attr() methods (reducing the numb...John Resig2009-02-281-7/+0
* jquery event: Fixing event.currentTarget for live().Ariel Flesler2009-02-231-1/+12
* Made sure that .remove now uses multiFilter. Fixes bug #4205.John Resig2009-02-201-1/+4
* Fixed one of the selector tests that was reporting incorrectly in browsers th...John Resig2009-02-191-1/+1
* Disabled some of the animation tests that were being flaky.John Resig2009-02-191-5/+8
* Missed an other search-related test.John Resig2009-02-181-1/+1
* Fixed some tests that were changed (fixed!) by fixing #3966.John Resig2009-02-181-6/+6
* Made it so that search input elements are now serialized. Fixes bug #4107.John Resig2009-02-183-7/+8
* 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
* Brought back the compareDocumentPosition code. While it is redundant in Firef...John Resig2009-02-171-2/+2
* Changed the currentTarget test - no need to test the native event triggering ...John Resig2009-02-171-3/+1
* Changed some of the fx/stop tests to handle the new test markup.John Resig2009-02-171-5/+5
* Made the div showing a little more explicit - making sure that it doesn't aff...John Resig2009-02-171-1/+1
* Tweaked some of the selector tests to handle some of the test page changes.John Resig2009-02-171-4/+4
* Reorganized some of the animation tests to work with the new hide/show changes.John Resig2009-02-173-22/+23
* Disabled one of the ordering tests that was taking a while to run.John Resig2009-02-171-2/+2
* 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
* testrunner: MiscAriel Flesler2009-02-171-0/+3
* jquery event: closes #4033. e.currentTarget wasn't being enforced for native ...Ariel Flesler2009-02-171-0/+14
* Added support for class selectors and class attribute selectors on XML docume...John Resig2009-02-164-4/+6
* Fixed an issue with :nth-child selectors embedded in :not() filters. Fixes jQ...John Resig2009-02-161-1/+2
* Change the behavior of how :visible and :hidden work. :hidden is when an elem...John Resig2009-02-161-3/+6
* Fixed a bug with certain + selectors failing (Fixes jQuery bug #4023). Also t...John Resig2009-02-161-1/+4
* Fixed the issue where weird characters were being used in ID selectors. Fixes...John Resig2009-02-152-1/+4
* Make sure that [name=FOO] searches actually have the specified name (IE inclu...John Resig2009-02-151-1/+8
* Added fixes for two different :not() bugs. One with p:not(p.foo) failing and ...John Resig2009-02-151-1/+17
* Updated the copy of jQuery and added some more context tests.John Resig2009-02-151-2/+12
* Provide a graceful failover for [name=foo] queries that are looking for non-i...John Resig2009-02-142-3/+5
* Added support for sorting in Safari - when querySelectorAll isn't able to be ...John Resig2009-02-141-1/+2
* Disabled expando selector tests - they don't work in all browsers.John Resig2009-02-141-4/+5
* Make sure that elements are returned in document order - and that the results...John Resig2009-02-141-2/+9
* Fixed bubbling of live events (if an inner element handles an event first - a...John Resig2009-02-093-4/+32
* Reworked the attribute selection code to be able to select false-y values - a...John Resig2009-02-091-1/+8
* Reworked the .clone() function in IE. Fixes jQuery bugs #3500 (jQuery expando...John Resig2009-02-091-1/+26
* Added a fix for empty attribute selection values. Fixes jQuery bug #3990.John Resig2009-02-071-1/+4
* Added logic for not using getElementsByClassName in different failure states....John Resig2009-02-071-2/+13
* Tweaked one of the selector tests.John Resig2009-01-221-1/+1
* A follow-up for bug #3945. ID selectors don't work in querySelectorAll on XML...John Resig2009-01-211-2/+2