Ariel Flesler
|
1382ea8d98
|
test runner: improved the shown message of 4 isFunction tests.
|
2008-05-14 21:18:46 +00:00 |
|
Brandon Aaron
|
bf802496c6
|
Updating outerWidth unit test to use absolute position
|
2008-05-13 18:56:56 +00:00 |
|
Ariel Flesler
|
37394598cb
|
test runner: improved a test and added a missing semicolon
|
2008-05-12 22:59:58 +00:00 |
|
Ariel Flesler
|
0a794ed5fc
|
test runner: added 2 tests for [5500]
|
2008-05-08 17:16:49 +00:00 |
|
Ariel Flesler
|
6a9b73c7b9
|
test runner: extra tests for $.fn.add enabled by [5503] and a small fix for an html() test.
|
2008-05-08 17:11:03 +00:00 |
|
Ariel Flesler
|
407c5eb430
|
test runner: extra test case, [5501]
|
2008-05-08 16:25:12 +00:00 |
|
Ariel Flesler
|
9f0c0cfec5
|
test runner: making 2 tests more flexible because they yield a slightly different result on Safari 3, but still acceptable.
|
2008-05-08 16:04:01 +00:00 |
|
Scott González
|
5311565223
|
ajax test: Removed test for extending with null.
|
2008-05-07 01:16:54 +00:00 |
|
Ariel Flesler
|
96ca83d150
|
test runner: extra test for makeArray, related to [5481]
|
2008-05-07 00:46:14 +00:00 |
|
Jörn Zaefferer
|
46931d3146
|
jquery ajax: support for dynamic data arguments, see #2806; added test/data/echoQuery.php for easier testing of sent query strings
|
2008-05-06 22:21:43 +00:00 |
|
Ariel Flesler
|
ba48be3ada
|
test runner: translated all the ok() with '==' to equals(), as it gives more information on failures.
|
2008-05-06 18:56:02 +00:00 |
|
Ariel Flesler
|
6fc2c67581
|
test runner: adding some tests that were missing for the $ constructor.
|
2008-05-06 00:42:59 +00:00 |
|
Scott González
|
f8698395ac
|
core: Fixed #2605: .data() now accepts null as a value.
|
2008-05-03 01:51:55 +00:00 |
|
Scott González
|
ad3c49d1b6
|
core: Fixed #2605: .data() now accepts null as a value.
|
2008-05-03 01:39:27 +00:00 |
|
Scott González
|
35c68b4578
|
core: Fixed #2600: jQuery.extend no longer skips over null properties.
|
2008-05-02 19:49:41 +00:00 |
|
Ariel Flesler
|
d822c0c214
|
test runner: adding a test case for $.fn._toggle with more than 2 functions.
|
2008-04-29 22:20:02 +00:00 |
|
Ariel Flesler
|
f54d277df4
|
test runner: voided the failing tests for jQuery.map, that belong to an unapproved proposal(#2616).
|
2008-04-29 20:54:30 +00:00 |
|
Ariel Flesler
|
5ca908d3b6
|
test runner: added another test for makeArray.
|
2008-04-29 20:52:48 +00:00 |
|
Brandon Aaron
|
aea452f162
|
Merged dimensions with core
|
2008-04-29 03:26:06 +00:00 |
|
Jörn Zaefferer
|
ab756ceab0
|
jquery core: tests for #2616
|
2008-04-28 14:00:27 +00:00 |
|
Ariel Flesler
|
508b1e2432
|
jquery core: fixed makeArray to recognize the window (has length)
test runner: updated the tests for makeArray
|
2008-04-25 03:48:07 +00:00 |
|
Jörn Zaefferer
|
f8e5fd6fef
|
jquery core: Patch from #2619 applied, making makeArray more flexible and faster; removed hint to ticket from (previously failing) test
|
2008-04-24 21:23:36 +00:00 |
|
Ariel Flesler
|
291f071eff
|
- adding the tests for the changes to $.makeArray, proposed at #2619
|
2008-04-22 23:07:35 +00:00 |
|
Jörn Zaefferer
|
e454e8305d
|
jquery.ajax: improvement for #2688, added test
|
2008-04-22 22:07:17 +00:00 |
|
Jörn Zaefferer
|
32b1cb3a5c
|
jquery.event: Patch for #2708
|
2008-04-22 21:59:40 +00:00 |
|
Brandon Aaron
|
5d033dba02
|
Trigger onclick handlers of links
|
2008-04-21 20:39:17 +00:00 |
|
John Resig
|
b0c7df65d0
|
You can now overwrite values returned from .data() with .bind("getData") - returning a value will override any bound value on that element.
|
2008-02-03 18:43:04 +00:00 |
|
John Resig
|
4a11e6d70b
|
Tweaked the .data() event triggering - it now triggers a single 'setData' event, passing in a key value pair of what was changed.
|
2008-02-03 17:56:21 +00:00 |
|
John Resig
|
703e89ba30
|
Added support for .unbind(".test") to unbind all namespaced events on an element.
|
2008-02-03 04:33:11 +00:00 |
|
John Resig
|
77da94552e
|
Added $().data(), $().removeData(), and .bind("click!"). .data() and .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).
|
2008-02-03 04:05:24 +00:00 |
|
David Serduke
|
1faed11e3c
|
Fix #2184 by using the jQuery.clean() function instead of a direct innerHTML assignment in the clone() function for IE.
|
2008-01-23 03:54:23 +00:00 |
|
David Serduke
|
0635df4391
|
Fixed #2174 by removing the s.dataType == "json" check for possible cross 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.
|
2008-01-17 21:38:58 +00:00 |
|
John Resig
|
d0fae71464
|
Discontinued the test for $(form.elements).
|
2008-01-14 20:40:05 +00:00 |
|
John Resig
|
2e6c123c87
|
Excluded a couple Ajax tests from running locally.
|
2008-01-14 20:17:21 +00:00 |
|
John Resig
|
c39bd07cc9
|
Added support for breaking in an object loop (Bug #2111).
|
2008-01-14 20:06:34 +00:00 |
|
Brandon Aaron
|
8a356f0d23
|
Adding browser UA tests
|
2008-01-14 18:47:21 +00:00 |
|
Jörn Zaefferer
|
2fa855601e
|
fix for #2114; refactored tests for bind() to highlight failing select-change-test
|
2008-01-14 09:33:08 +00:00 |
|
Jörn Zaefferer
|
948753842b
|
Test for #2114
|
2008-01-04 11:33:34 +00:00 |
|
David Serduke
|
50c40add5a
|
Fixed a couple problems found in the test suite. First, IE doesn't like it 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.
|
2007-12-20 20:40:20 +00:00 |
|
David Serduke
|
259c8aa604
|
Removed a unit test that tested to see if queued objects were of a certain type. It was decided you can queue anything and it is up to the coder to make sure it was intended.
|
2007-12-20 19:21:56 +00:00 |
|
John Resig
|
3261544c38
|
Fixed #2027 - make sure that cloned elements (within appendTo, etc.) have their events cloned by default.
|
2007-12-20 13:36:56 +00:00 |
|
David Serduke
|
b740fe5632
|
Fixed a problem in the unit tests for IE where an optimization made the test 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.
|
2007-12-20 07:39:35 +00:00 |
|
David Serduke
|
7ef40fd199
|
Fixed #2076 where .val() could return an array instead of undefined when the jquery object was empty. The bug was created during the .val() refactoring for the javascript strict FF ticket.
|
2007-12-18 17:19:33 +00:00 |
|
Brandon Aaron
|
fc51e14b81
|
width and height methods are now working properly
|
2007-12-18 03:53:09 +00:00 |
|
David Serduke
|
24e036c7c8
|
Fixed #2070 by adding a test for !nodeType to isArrayLike so DOM elements like SELECT are not considered array-like (even though they really are).
|
2007-12-17 21:02:05 +00:00 |
|
Jörn Zaefferer
|
ce4ab8a60e
|
test for #2070
|
2007-12-17 19:01:25 +00:00 |
|
Jörn Zaefferer
|
70ae356e4e
|
Test for #2069
|
2007-12-17 17:39:50 +00:00 |
|
David Serduke
|
90b25efa6c
|
Fixed #2062 by adding a check to see if the selector is array-like in .not() before testing it as an array. Otherwise it does a straight comparison during the filter test.
|
2007-12-17 16:54:44 +00:00 |
|
David Serduke
|
6496e4d9c4
|
Fixed #2037 where Opera would mis-state the value of 'display' after an innerHTML was done in some cases.
|
2007-12-17 01:58:05 +00:00 |
|
John Resig
|
b721a2f472
|
Added a fix for bug #2020 - if you want to do data: {callback: "?"}, do jsonp: "callback" instead.
|
2007-12-17 00:44:00 +00:00 |
|