Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test runner: adding more tests for attr(). Related to [5574] and [5683]. | Ariel Flesler | 2008-05-24 | 1 | -107/+128 |
| | |||||
* | Added some unit tests for position method. Fixed issue with position in IE. | Brandon Aaron | 2008-05-15 | 1 | -0/+52 |
| | |||||
* | test runner: improved the shown message of 4 isFunction tests. | Ariel Flesler | 2008-05-14 | 1 | -4/+4 |
| | |||||
* | Updating outerWidth unit test to use absolute position | Brandon Aaron | 2008-05-13 | 1 | -1/+2 |
| | |||||
* | test runner: improved a test and added a missing semicolon | Ariel Flesler | 2008-05-12 | 1 | -6/+8 |
| | |||||
* | test runner: added 2 tests for [5500] | Ariel Flesler | 2008-05-08 | 1 | -4/+11 |
| | |||||
* | test runner: extra tests for $.fn.add enabled by [5503] and a small fix for ↵ | Ariel Flesler | 2008-05-08 | 1 | -2/+11 |
| | | | | an html() test. | ||||
* | test runner: extra test case, [5501] | Ariel Flesler | 2008-05-08 | 1 | -3/+7 |
| | |||||
* | test runner: making 2 tests more flexible because they yield a slightly ↵ | Ariel Flesler | 2008-05-08 | 1 | -2/+2 |
| | | | | different result on Safari 3, but still acceptable. | ||||
* | ajax test: Removed test for extending with null. | Scott González | 2008-05-07 | 1 | -6/+2 |
| | |||||
* | test runner: extra test for makeArray, related to [5481] | Ariel Flesler | 2008-05-07 | 1 | -3/+5 |
| | |||||
* | jquery ajax: support for dynamic data arguments, see #2806; added ↵ | Jörn Zaefferer | 2008-05-06 | 1 | -0/+16 |
| | | | | test/data/echoQuery.php for easier testing of sent query strings | ||||
* | test runner: translated all the ok() with '==' to equals(), as it gives more ↵ | Ariel Flesler | 2008-05-06 | 5 | -234/+234 |
| | | | | information on failures. | ||||
* | test runner: adding some tests that were missing for the $ constructor. | Ariel Flesler | 2008-05-06 | 1 | -1/+10 |
| | |||||
* | core: Fixed #2605: .data() now accepts null as a value. | Scott González | 2008-05-03 | 1 | -3/+8 |
| | |||||
* | core: Fixed #2605: .data() now accepts null as a value. | Scott González | 2008-05-03 | 1 | -1/+5 |
| | |||||
* | core: Fixed #2600: jQuery.extend no longer skips over null properties. | Scott González | 2008-05-02 | 1 | -2/+12 |
| | |||||
* | test runner: adding a test case for $.fn._toggle with more than 2 functions. | Ariel Flesler | 2008-04-29 | 1 | -2/+32 |
| | |||||
* | test runner: voided the failing tests for jQuery.map, that belong to an ↵ | Ariel Flesler | 2008-04-29 | 1 | -1/+3 |
| | | | | unapproved proposal(#2616). | ||||
* | test runner: added another test for makeArray. | Ariel Flesler | 2008-04-29 | 1 | -1/+3 |
| | |||||
* | Merged dimensions with core | Brandon Aaron | 2008-04-29 | 1 | -0/+85 |
| | |||||
* | jquery core: tests for #2616 | Jörn Zaefferer | 2008-04-28 | 1 | -1593/+1619 |
| | |||||
* | jquery core: fixed makeArray to recognize the window (has length) | Ariel Flesler | 2008-04-25 | 1 | -5/+9 |
| | | | | test runner: updated the tests for makeArray | ||||
* | jquery core: Patch from #2619 applied, making makeArray more flexible and ↵ | Jörn Zaefferer | 2008-04-24 | 1 | -1/+1 |
| | | | | faster; removed hint to ticket from (previously failing) test | ||||
* | - adding the tests for the changes to $.makeArray, proposed at #2619 | Ariel Flesler | 2008-04-22 | 1 | -0/+27 |
| | |||||
* | jquery.ajax: improvement for #2688, added test | Jörn Zaefferer | 2008-04-22 | 1 | -0/+21 |
| | |||||
* | jquery.event: Patch for #2708 | Jörn Zaefferer | 2008-04-22 | 1 | -1/+9 |
| | |||||
* | Trigger onclick handlers of links | Brandon Aaron | 2008-04-21 | 1 | -1/+8 |
| | |||||
* | You can now overwrite values returned from .data() with .bind("getData") - ↵ | John Resig | 2008-02-03 | 1 | -4/+20 |
| | | | | returning a value will override any bound value on that element. | ||||
* | Tweaked the .data() event triggering - it now triggers a single 'setData' ↵ | John Resig | 2008-02-03 | 1 | -12/+12 |
| | | | | event, passing in a key value pair of what was changed. | ||||
* | Added support for .unbind(".test") to unbind all namespaced events on an ↵ | John Resig | 2008-02-03 | 1 | -0/+10 |
| | | | | element. | ||||
* | Added $().data(), $().removeData(), and .bind("click!"). .data() and ↵ | John Resig | 2008-02-03 | 1 | -0/+51 |
| | | | | .removeData() handle namespaced data, .data() triggers a "set-KEY" event on all modified elements, and .bind("click!") only triggers a click (and no namespaced events). | ||||
* | Fix #2184 by using the jQuery.clean() function instead of a direct innerHTML ↵ | David Serduke | 2008-01-23 | 1 | -1/+13 |
| | | | | assignment in the clone() function for IE. | ||||
* | Fixed #2174 by removing the s.dataType == "json" check for possible cross ↵ | David Serduke | 2008-01-17 | 1 | -4/+4 |
| | | | | domain since it causes absolute urls to use a <script> tag ajax retrieval even though absolute urls work fine for retrieving local data. Cross-domain jsonp will still work since the $.ajax() function actually changes the s.dataType to "script" before it reaches this check in cases where it is s.dataType == "jsonp" or s.dataType == "json" and a parameter has =? in it. | ||||
* | Discontinued the test for $(form.elements). | John Resig | 2008-01-14 | 1 | -2/+5 |
| | |||||
* | Excluded a couple Ajax tests from running locally. | John Resig | 2008-01-14 | 1 | -1/+8 |
| | |||||
* | Added support for breaking in an object loop (Bug #2111). | John Resig | 2008-01-14 | 1 | -1/+14 |
| | |||||
* | Adding browser UA tests | Brandon Aaron | 2008-01-14 | 1 | -0/+36 |
| | |||||
* | fix for #2114; refactored tests for bind() to highlight failing ↵ | Jörn Zaefferer | 2008-01-14 | 1 | -16/+26 |
| | | | | select-change-test | ||||
* | Test for #2114 | Jörn Zaefferer | 2008-01-04 | 1 | -1/+2 |
| | |||||
* | Fixed a couple problems found in the test suite. First, IE doesn't like it ↵ | David Serduke | 2007-12-20 | 1 | -1/+2 |
| | | | | when text nodes were trying to duplicate their events in clone, so don't do text nodes (that shouldn't have events anyway). Also the fx module was freezing from a recent update that wasn't quite finished. | ||||
* | Removed a unit test that tested to see if queued objects were of a certain ↵ | David Serduke | 2007-12-20 | 1 | -6/+0 |
| | | | | type. It was decided you can queue anything and it is up to the coder to make sure it was intended. | ||||
* | Fixed #2027 - make sure that cloned elements (within appendTo, etc.) have ↵ | John Resig | 2007-12-20 | 1 | -1/+6 |
| | | | | their events cloned by default. | ||||
* | Fixed a problem in the unit tests for IE where an optimization made the test ↵ | David Serduke | 2007-12-20 | 1 | -1/+2 |
| | | | | case not work. The optimization was fine. It was the unit test that was taking a short cut which caused it to fail after the optimization went in. | ||||
* | Fixed #2076 where .val() could return an array instead of undefined when the ↵ | David Serduke | 2007-12-18 | 1 | -1/+2 |
| | | | | jquery object was empty. The bug was created during the .val() refactoring for the javascript strict FF ticket. | ||||
* | width and height methods are now working properly | Brandon Aaron | 2007-12-18 | 1 | -5/+48 |
| | |||||
* | Fixed #2070 by adding a test for !nodeType to isArrayLike so DOM elements ↵ | David Serduke | 2007-12-17 | 1 | -1/+1 |
| | | | | like SELECT are not considered array-like (even though they really are). | ||||
* | test for #2070 | Jörn Zaefferer | 2007-12-17 | 1 | -1/+4 |
| | |||||
* | Test for #2069 | Jörn Zaefferer | 2007-12-17 | 1 | -0/+8 |
| | |||||
* | Fixed #2062 by adding a check to see if the selector is array-like in .not() ↵ | David Serduke | 2007-12-17 | 1 | -1/+3 |
| | | | | before testing it as an array. Otherwise it does a straight comparison during the filter test. |