aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* test runner: improved the shown message of 4 isFunction tests.Ariel Flesler2008-05-141-4/+4
* Updating outerWidth unit test to use absolute positionBrandon Aaron2008-05-131-1/+2
* test runner: improved a test and added a missing semicolonAriel Flesler2008-05-121-6/+8
* test runner: added 2 tests for [5500]Ariel Flesler2008-05-081-4/+11
* test runner: extra tests for $.fn.add enabled by [5503] and a small fix for a...Ariel Flesler2008-05-081-2/+11
* test runner: extra test case, [5501]Ariel Flesler2008-05-081-3/+7
* test runner: making 2 tests more flexible because they yield a slightly diffe...Ariel Flesler2008-05-081-2/+2
* ajax test: Removed test for extending with null.Scott González2008-05-071-6/+2
* test runner: extra test for makeArray, related to [5481]Ariel Flesler2008-05-071-3/+5
* jquery ajax: support for dynamic data arguments, see #2806; added test/data/e...Jörn Zaefferer2008-05-061-0/+16
* test runner: translated all the ok() with '==' to equals(), as it gives more ...Ariel Flesler2008-05-065-234/+234
* test runner: adding some tests that were missing for the $ constructor.Ariel Flesler2008-05-061-1/+10
* core: Fixed #2605: .data() now accepts null as a value.Scott González2008-05-031-3/+8
* core: Fixed #2605: .data() now accepts null as a value.Scott González2008-05-031-1/+5
* core: Fixed #2600: jQuery.extend no longer skips over null properties.Scott González2008-05-021-2/+12
* test runner: adding a test case for $.fn._toggle with more than 2 functions.Ariel Flesler2008-04-291-2/+32
* test runner: voided the failing tests for jQuery.map, that belong to an unapp...Ariel Flesler2008-04-291-1/+3
* test runner: added another test for makeArray.Ariel Flesler2008-04-291-1/+3
* Merged dimensions with coreBrandon Aaron2008-04-291-0/+85
* jquery core: tests for #2616Jörn Zaefferer2008-04-281-1593/+1619
* jquery core: fixed makeArray to recognize the window (has length)Ariel Flesler2008-04-251-5/+9
* jquery core: Patch from #2619 applied, making makeArray more flexible and fas...Jörn Zaefferer2008-04-241-1/+1
* - adding the tests for the changes to $.makeArray, proposed at #2619 Ariel Flesler2008-04-221-0/+27
* jquery.ajax: improvement for #2688, added testJörn Zaefferer2008-04-221-0/+21
* jquery.event: Patch for #2708Jörn Zaefferer2008-04-221-1/+9
* Trigger onclick handlers of linksBrandon Aaron2008-04-211-1/+8
* You can now overwrite values returned from .data() with .bind("getData") - re...John Resig2008-02-031-4/+20
* Tweaked the .data() event triggering - it now triggers a single 'setData' eve...John Resig2008-02-031-12/+12
* Added support for .unbind(".test") to unbind all namespaced events on an elem...John Resig2008-02-031-0/+10
* Added $().data(), $().removeData(), and .bind("click!"). .data() and .removeD...John Resig2008-02-031-0/+51
* Fix #2184 by using the jQuery.clean() function instead of a direct innerHTML ...David Serduke2008-01-231-1/+13
* Fixed #2174 by removing the s.dataType == "json" check for possible cross dom...David Serduke2008-01-171-4/+4
* Discontinued the test for $(form.elements).John Resig2008-01-141-2/+5
* Excluded a couple Ajax tests from running locally.John Resig2008-01-141-1/+8
* Added support for breaking in an object loop (Bug #2111).John Resig2008-01-141-1/+14
* Adding browser UA testsBrandon Aaron2008-01-141-0/+36
* fix for #2114; refactored tests for bind() to highlight failing select-change...Jörn Zaefferer2008-01-141-16/+26
* Test for #2114Jörn Zaefferer2008-01-041-1/+2
* Fixed a couple problems found in the test suite. First, IE doesn't like it w...David Serduke2007-12-201-1/+2
* Removed a unit test that tested to see if queued objects were of a certain ty...David Serduke2007-12-201-6/+0
* Fixed #2027 - make sure that cloned elements (within appendTo, etc.) have the...John Resig2007-12-201-1/+6
* Fixed a problem in the unit tests for IE where an optimization made the test ...David Serduke2007-12-201-1/+2
* Fixed #2076 where .val() could return an array instead of undefined when the ...David Serduke2007-12-181-1/+2
* width and height methods are now working properlyBrandon Aaron2007-12-181-5/+48
* Fixed #2070 by adding a test for !nodeType to isArrayLike so DOM elements lik...David Serduke2007-12-171-1/+1
* test for #2070Jörn Zaefferer2007-12-171-1/+4
* Test for #2069Jörn Zaefferer2007-12-171-0/+8
* Fixed #2062 by adding a check to see if the selector is array-like in .not() ...David Serduke2007-12-171-1/+3
* Fixed #2037 where Opera would mis-state the value of 'display' after an inner...David Serduke2007-12-171-2/+6
* Added a fix for bug #2020 - if you want to do data: {callback: "?"}, do jsonp...John Resig2007-12-171-3/+3