aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Just restore window.JSON in the getJSON test, don't try to delete the value.jeresig2009-12-031-6/+3
* Added in the new .closest(Array) method, will be used to improve the performa...jeresig2009-12-021-0/+11
* Removed debug statements from manipulation tests, was causing errors in IE.jeresig2009-12-021-4/+0
* Added some isObjectLiteral tests.jeresig2009-12-021-0/+45
* Adding a test that a new option can be selected with val(N)Yehuda Katz2009-12-011-1/+5
* Fix css("opacity") to not clobber other filters in IE. Closes #4707.Yehuda Katz2009-12-011-6/+17
* Switched from using Git Submodules to just doing a straight clone of the QUni...jeresig2009-11-301-0/+0
* Bringing Sizzle and QUnit up to date.jeresig2009-11-301-0/+0
* Use .add() to merge two test groups together for .unwrap().jeresig2009-11-301-1/+1
* Changed the style attribute test to handle hex colors (as that's what Opera r...jeresig2009-11-301-1/+1
* Fixed a problem with animations with a duration of 0 not working properly for...jeresig2009-11-301-13/+18
* Simplified a selector in the .live() tests.jeresig2009-11-301-2/+2
* Tweaked the live test to be a bit simpler.jeresig2009-11-301-3/+5
* Fixed wrap test that was looking for comment values from .text().jeresig2009-11-301-1/+1
* Fixes $.trim for   closes #4980Yehuda Katz2009-11-301-0/+11
* Fixing endlines.Mark Gibson2009-11-257-420/+420
* Corrected RegExp to match event namespaces. Fixes #5303.Robert Katic2009-11-261-0/+4
* Generic jQuery.merge and safer jQuery.makeArray(nodeList).Robert Katic2009-11-261-2/+6
* Added support for .text() on text nodes. Fixes #5525.John Resig2009-11-171-1/+4
* Re-wrote context Ajax test to use an element instead of an object (a more rea...John Resig2009-11-171-1/+1
* Re-adding the QUnit submodule file.John Resig2009-11-171-0/+0
* Hide the .settings file in the gitignore.John Resig2009-11-151-0/+0
* Added test for passing null to .show()Scott Gonzalez2009-11-131-1/+7
* Corrected some minor errors made by me (rkatic) in last commits.Robert Katic2009-11-131-3/+3
* 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
* Fixed the case where HTML that contained entities was being inserted as text ...John Resig2009-11-111-1/+7
* Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. Fixes...John Resig2009-11-112-1/+16
* Made jQuery('<div/>') and jQuery('<div></div>') use the same code path (makin...John Resig2009-11-111-1/+4
* Add QUnit as a submodule.Damian Janowski2009-11-121-0/+0
* Remove symlink to John Resig's filesystem.Damian Janowski2009-11-121-1/+0
* Making sure that you can bind multiple toggles to a single element without pr...Mr Speaker2009-11-111-1/+17
* Added a method to myKlass. rkatic2009-11-091-0/+2
* Made sure that animate callbacks get executed even when no properties are pas...John Resig2009-11-071-0/+12
* Make .add() take an optional context and - if a context is specified in the r...John Resig2009-11-071-0/+12
* jQuery.ajax modified the passed-in object only to help test the code - this s...John Resig2009-11-071-0/+5
* A typechange for test/qunit.John Resig2009-11-071-0/+1
* Pull in QUnit using a submodule. In order to build jQuery (and run the tests)...John Resig2009-10-222-2/+2
* Updated the jQuery suite to use the updated QUnit CSS styling.John Resig2009-09-293-6/+6
* Updated the jQuery test suite to use the new QUnit file names.John Resig2009-09-291-2/+2
* Moved the jQuery-specific test suite CSS into a separate file.John Resig2009-09-292-4/+107
* Adapted the jQuery test suite to handle the toolbar moving inline.John Resig2009-09-292-1/+2
* Updated the jQuery suite to use the new 'qunit-' prefix on specific elements.John Resig2009-09-292-11/+11
* Fixed the q() method to use same instead of isSet.John Resig2009-09-291-2/+2
* Switched from using QUnit's isObj/isSet to the more robust same method.John Resig2009-09-296-95/+95
* Moved some jQuery-specific test methods into the core module.John Resig2009-09-291-0/+43
* Moved the init test script off into a separate file.John Resig2009-09-292-6/+5
* Adding in .unwrap() support, thanks to Ben Alman! Fixes #5191.John Resig2009-09-251-0/+31
* A follow-up to [6578] (which stopped adding expandos to elements that didn't ...John Resig2009-09-254-7/+17