aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* error case for an ajax testBrandon Aaron2009-05-161-2/+6
* prevent fx test html from showing in IEBrandon Aaron2009-05-161-1/+1
* unit tests for setting cellspacing, rowspan, and colspanBrandon Aaron2009-05-161-1/+10
* opacity is now retrieved from stylesheet in IE. fixes #3981Brandon Aaron2009-05-142-1/+8
* another unit test for index methodBrandon Aaron2009-05-071-1/+2
* .bind() now accepts an optional thisObject as the last argument which is used...Brandon Aaron2009-05-071-1/+32
* fix for #4234. hover can take one function to use for both enter and leave.Brandon Aaron2009-05-061-0/+18
* unit tests for using jQuery events on non-dom elements. fixes #3439. thanks m...Brandon Aaron2009-05-041-0/+21
* fix :hidden selector that was accidentally reverted in previous commit, also ...Brandon Aaron2009-05-041-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
* make sure toggleClass does not delete classNames when forcefully removing cla...Brandon Aaron2009-05-021-8/+14
* toggleClass can now toggle multiple classNames (space seperated list) and tog...Brandon Aaron2009-05-021-17/+46
* 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
* fix global event triggering that i broke in r6323Brandon Aaron2009-05-011-124/+124
* live event handlers now receive data from trigger, fixes #4532, thanks nbubnaBrandon Aaron2009-04-301-1/+5
* refactor specialAll into add and remove hooks for existing special events, li...Brandon Aaron2009-04-301-1/+4
* enable test for binding events cross-frame that was fixed in r6316Brandon Aaron2009-04-291-9/+5
* .unbind() without any arguments now also unbinds namespaced events. fixes #46...Brandon Aaron2009-04-291-2/+7
* fix for #4216. css now ignores negative numbers for width and height when pas...Brandon Aaron2009-04-221-1/+7
* 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