aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* 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-111-1/+12
* Made jQuery('<div/>') and jQuery('<div></div>') use the same code path (makin...John Resig2009-11-111-1/+4
* 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
* Updated the jQuery suite to use the updated QUnit CSS styling.John Resig2009-09-292-4/+4
* Adapted the jQuery test suite to handle the toolbar moving inline.John Resig2009-09-291-1/+1
* Updated the jQuery suite to use the new 'qunit-' prefix on specific elements.John Resig2009-09-291-8/+8
* Switched from using QUnit's isObj/isSet to the more robust same method.John Resig2009-09-296-95/+95
* 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
* Getting $.param working well; Patch by ben_almanYehuda Katz2009-09-171-10/+27
* Probably not the optimal solution, but tests pass.Yehuda Katz2009-09-161-0/+16
* jquery event: closes #5250. bind(), unbind() and one() support Object Literal...Ariel Flesler2009-09-161-0/+53
* data should not add expando unless actually adding dataBrandon Aaron2009-09-151-6/+21
* offset is now a setterBrandon Aaron2009-09-151-75/+209
* remove globals in tests for compability with ?noglobals, to be enabled by def...Jörn Zaefferer2009-09-152-2/+5
* jquery attributes: closes #5234. attr() supports jQuery.fn methods.Ariel Flesler2009-09-151-2/+46
* testrunner: focus & blur events could fail if the window isn't focusedAriel Flesler2009-09-151-11/+17
* jquery ajax: addition for #2452. Wasn't working correctly in some cases.Ariel Flesler2009-09-151-3/+6
* jquery ajax: closes #4994. Adding 'context' setting to $.ajaxAriel Flesler2009-09-151-3/+42
* jquery fx: closes #2542. show/hide(0, fn) wasn't calling the callback. Ariel Flesler2009-09-151-2/+10
* testrunner: resetting the scroll position after focusing a fieldAriel Flesler2009-09-141-0/+1
* jquery data: closes #5224. Exposing the expando.Ariel Flesler2009-09-141-0/+16
* Added support for .before(), .after(), and .replaceWith() on disconnected DOM...John Resig2009-09-141-3/+15
* jquery event: fixes #4989. blur and focus events now bubble and can be handle...Ariel Flesler2009-09-141-0/+30
* remove and detach unit tests were not cleaning up, causing selector tests to ...Brandon Aaron2009-09-141-2/+4
* jquery core: Fixed #5202. Fixing selector generation when a manipulation func...Ariel Flesler2009-09-141-1/+8
* jquery core: Closes #5189. Added a generic function to handle getting/setting...Ariel Flesler2009-09-091-0/+3
* Added support for .eq(-N), .first(), and .last(). Fixes #2164 and #4188.John Resig2009-09-091-2/+14
* Removed jQuery.className.(has|remove|add) in favor of .addClass/removeClass/h...John Resig2009-09-081-10/+17
* Broke the logic for .clean() wrap out into a separate, static, data structure...John Resig2009-09-071-2/+2
* Split out the fragment-building code from domManip. Switched core.js to using...John Resig2009-09-071-1/+1
* Adds nested param serialization; Closes #4201 (by merbjedi)Yehuda Katz2009-09-021-1/+14
* Fixed a bug with the isXMLDoc test - also made sure that isXMLDoc was handlin...John Resig2009-08-271-1/+1
* Tweaked the isXMLDoc iframe test case to test the document, not the body elem...John Resig2009-08-271-3/+3
* Temporarily disabled some tests for Opera 10 - a variety of problems with inp...John Resig2009-08-262-2/+7
* Added support for .closest(filter, DOMElement). Fixes #4072.John Resig2009-07-281-1/+7
* Backing out commit #6507 - causes too many problems.John Resig2009-07-281-7/+1
* 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
* Implemented support for .context limited .closest() calls. Fixes #4072.John Resig2009-07-251-1/+7