aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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-153-77/+211
* 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
* Fix for animating hyphenated CSS properties. Fixes #4156.John Resig2009-07-251-0/+12
* add scrollTop/Left tests and fix for IEBrandon Aaron2009-07-241-2/+21
* Completely disable the flaky fx queue test.John Resig2009-07-211-0/+2
* Exaggerate the times for the localtimeout ajax test.John Resig2009-07-211-1/+1
* Retool the fx test again, making it more apparent which order the queue tests...John Resig2009-07-211-7/+3
* Made a tweak to the fx queue test (was randomly failing in its current incarn...John Resig2009-07-211-1/+1
* Adds detach()Yehuda Katz2009-07-211-34/+56
* Rewrote .offsetParent() to work against the full jQuery set, added tests. Fix...John Resig2009-07-191-1/+26
* removing ambiguous offset tests for now... results are different due to rende...Brandon Aaron2009-07-171-14/+14
* integrated offset tests into main test suite. offset tests now use iframes in...Brandon Aaron2009-07-173-139/+119
* Add test for jQuery(jQueryObj) cloning and simplify new get() codeYehuda Katz2009-07-171-1/+4
* jquery core: Simplifying isEmptyObject() and adding tests.Ariel Flesler2009-07-161-0/+10
* Refactor queueing system to allow auto-dequeuing to use dequeue directly andYehuda Katz2009-07-161-23/+20
* Implemented .data() to get the entire data object. Closes #4284Yehuda Katz2009-07-161-0/+8
* Add a test for index()Yehuda Katz2009-07-161-0/+6
* Unify .not and .filter (resolves #4200).Yehuda Katz2009-07-161-14/+58
* jQuery.extend(true, Object, Object) copies custom objects correctly.Yehuda Katz2009-07-161-2/+12
* jQuery.extend(true, Object, Object) copies objects with length keys correctlyYehuda Katz2009-07-161-1/+7
* Clear some dangling whitespaceYehuda Katz2009-07-161-5/+5