2008-05-13 |
Brandon Aaron | Updating outerWidth unit test to use absolute position |
tree | commitdiff |
2008-05-12 |
Ariel Flesler | test runner: improved a test and added a missing semicolon |
tree | commitdiff |
2008-05-12 |
Ariel Flesler | test runner: when errors are thrown in a test, the... |
tree | commitdiff |
2008-05-08 |
Jörn Zaefferer | jquery core: reverted qunit introduction until build... |
tree | commitdiff |
2008-05-08 |
Jörn Zaefferer | jquery testsuite: switch to qunit |
tree | commitdiff |
2008-05-08 |
Ariel Flesler | test runner: added 2 tests for [5500] |
tree | commitdiff |
2008-05-08 |
Ariel Flesler | test runner: extra tests for $.fn.add enabled by [5503... |
tree | commitdiff |
2008-05-08 |
Ariel Flesler | test runner: extra test case, [5501] |
tree | commitdiff |
2008-05-08 |
Ariel Flesler | test runner: making 2 tests more flexible because they... |
tree | commitdiff |
2008-05-07 |
Scott González | ajax test: Removed test for extending with null. |
tree | commitdiff |
2008-05-07 |
Ariel Flesler | test runner: extra test for makeArray, related to ... |
tree | commitdiff |
2008-05-06 |
Jörn Zaefferer | jquery ajax: support for dynamic data arguments, see... |
tree | commitdiff |
2008-05-06 |
Jörn Zaefferer | jquery testrunner: reset $.ajaxSettings after each... |
tree | commitdiff |
2008-05-06 |
Ariel Flesler | test runner: translated all the ok() with '==' to equal... |
tree | commitdiff |
2008-05-06 |
Ariel Flesler | test runner: adding some tests that were missing for... |
tree | commitdiff |
2008-05-05 |
Jörn Zaefferer | jquery testrunner: reset global events after each run... |
tree | commitdiff |
2008-05-03 |
Scott González | core: Fixed #2605: .data() now accepts null as a value. |
tree | commitdiff |
2008-05-03 |
Scott González | core: Fixed #2605: .data() now accepts null as a value. |
tree | commitdiff |
2008-05-02 |
Scott González | core: Fixed #2600: jQuery.extend no longer skips over... |
tree | commitdiff |
2008-04-29 |
Ariel Flesler | test runner: adding a test case for $.fn._toggle with... |
tree | commitdiff |
2008-04-29 |
Ariel Flesler | test runner: voided the failing tests for jQuery.map... |
tree | commitdiff |
2008-04-29 |
Ariel Flesler | test runner: added another test for makeArray. |
tree | commitdiff |
2008-04-29 |
Brandon Aaron | Merged dimensions with core |
tree | commitdiff |
2008-04-28 |
Jörn Zaefferer | jquery core: tests for #2616 |
tree | commitdiff |
2008-04-25 |
Ariel Flesler | jquery core: fixed makeArray to recognize the window... |
tree | commitdiff |
2008-04-24 |
Ariel Flesler | - Adding the enhancements to the test runner, to accept... |
tree | commitdiff |
2008-04-24 |
Jörn Zaefferer | jquery core: Patch from #2619 applied, making makeArray... |
tree | commitdiff |
2008-04-24 |
Jörn Zaefferer | testrunner: refactored url-test-filter, still regex... |
tree | commitdiff |
2008-04-22 |
Ariel Flesler | - adding the tests for the changes to $.makeArray,... |
tree | commitdiff |
2008-04-22 |
Jörn Zaefferer | jquery testrunner: accept regexp to select tests, eg... |
tree | commitdiff |
2008-04-22 |
Jörn Zaefferer | jquery.ajax: improvement for #2688, added test |
tree | commitdiff |
2008-04-22 |
Jörn Zaefferer | jquery.event: Patch for #2708 |
tree | commitdiff |
2008-04-21 |
Brandon Aaron | Trigger onclick handlers of links |
tree | commitdiff |
2008-02-03 |
John Resig | You can now overwrite values returned from .data()... |
tree | commitdiff |
2008-02-03 |
John Resig | Tweaked the .data() event triggering - it now triggers... |
tree | commitdiff |
2008-02-03 |
John Resig | Added support for .unbind(".test") to unbind all namesp... |
tree | commitdiff |
2008-02-03 |
John Resig | Added $().data(), $().removeData(), and .bind("click... |
tree | commitdiff |
2008-01-23 |
David Serduke | Fix #2184 by using the jQuery.clean() function instead... |
tree | commitdiff |
2008-01-17 |
David Serduke | Fixed #2174 by removing the s.dataType == "json" check... |
tree | commitdiff |
2008-01-14 |
John Resig | Discontinued the test for $(form.elements). |
tree | commitdiff |
2008-01-14 |
John Resig | Excluded a couple Ajax tests from running locally. |
tree | commitdiff |
2008-01-14 |
John Resig | Added support for breaking in an object loop (Bug ... |
tree | commitdiff |
2008-01-14 |
Brandon Aaron | Adding browser UA tests |
tree | commitdiff |
2008-01-14 |
Jörn Zaefferer | fix for #2114; refactored tests for bind() to highlight... |
tree | commitdiff |
2008-01-04 |
Jörn Zaefferer | Test for #2114 |
tree | commitdiff |
2007-12-20 |
David Serduke | Fixed a couple problems found in the test suite. First... |
tree | commitdiff |
2007-12-20 |
David Serduke | Removed a unit test that tested to see if queued object... |
tree | commitdiff |
2007-12-20 |
John Resig | Fixed #2027 - make sure that cloned elements (within... |
tree | commitdiff |
2007-12-20 |
David Serduke | Fixed a problem in the unit tests for IE where an optim... |
tree | commitdiff |
2007-12-19 |
Jörn Zaefferer | added version to all builds; changed current version... |
tree | commitdiff |
2007-12-18 |
David Serduke | Fixed #2076 where .val() could return an array instead... |
tree | commitdiff |
2007-12-18 |
Brandon Aaron | width and height methods are now working properly |
tree | commitdiff |
2007-12-17 |
David Serduke | Fixed #2070 by adding a test for !nodeType to isArrayLi... |
tree | commitdiff |
2007-12-17 |
Jörn Zaefferer | test for #2070 |
tree | commitdiff |
2007-12-17 |
Jörn Zaefferer | Test for #2069 |
tree | commitdiff |
2007-12-17 |
David Serduke | Fixed #2062 by adding a check to see if the selector... |
tree | commitdiff |
2007-12-17 |
David Serduke | Fixed #2037 where Opera would mis-state the value of... |
tree | commitdiff |
2007-12-17 |
John Resig | Added a fix for bug #2020 - if you want to do data... |
tree | commitdiff |
2007-12-16 |
Brandon Aaron | Adding data and removeData tests |
tree | commitdiff |
2007-12-15 |
Brandon Aaron | new special events api, ready is now a first class... |
tree | commitdiff |
2007-12-14 |
David Serduke | Fixed #2046 by forcing the dataType to 'html' in the... |
tree | commitdiff |
2007-12-14 |
John Resig | Added a test case for $("<option>test</option>")[0... |
tree | commitdiff |
2007-12-13 |
David Serduke | Fixed #1854 by using wizzud's suggestion. The only... |
tree | commitdiff |
2007-12-12 |
David Serduke | Fixed #1750 by adding a url that starts with "//" and... |
tree | commitdiff |
2007-12-12 |
Brandon Aaron | Added more unit tests for offset. Fixed an offset issue... |
tree | commitdiff |
2007-12-12 |
David Serduke | Fixed a bug in clone where it wouldn't work on an XML... |
tree | commitdiff |
2007-12-11 |
David Serduke | Fix #1987 by only doing remote <script> type ajax with... |
tree | commitdiff |
2007-12-10 |
David Serduke | Fixed #1959 by postponing ALL script evaluations till... |
tree | commitdiff |
2007-12-08 |
Brandon Aaron | show is now element aware (#960) |
tree | commitdiff |
2007-12-08 |
Brandon Aaron | Fix for #1486. Prevent IE from throwing an error when... |
tree | commitdiff |
2007-12-07 |
David Serduke | Fixed #1039 and #1733 by going through the core API... |
tree | commitdiff |
2007-12-06 |
David Serduke | Added ajax error messages in the unit test suite becaus... |
tree | commitdiff |
2007-12-06 |
Jörn Zaefferer | Fix for #2002 |
tree | commitdiff |
2007-12-05 |
David Serduke | Safari sometimes stops in the test suite on the ajax... |
tree | commitdiff |
2007-12-05 |
David Serduke | Fixed #1419 where IE failed with .text() on an XML... |
tree | commitdiff |
2007-12-05 |
David Serduke | Fixed #1264. If you read the bug there were many propo... |
tree | commitdiff |
2007-12-04 |
Brandon Aaron | Added another relative offset test |
tree | commitdiff |
2007-12-04 |
Brandon Aaron | Added visual marker to absolute fixture for offset... |
tree | commitdiff |
2007-12-04 |
Brandon Aaron | Beginnings of the offset test suite |
tree | commitdiff |
2007-12-04 |
David Serduke | Fixed #1763 by checking to see if .createElement()... |
tree | commitdiff |
2007-12-04 |
David Serduke | Fixed #1438 where a filter could be set in IE but not... |
tree | commitdiff |
2007-12-04 |
Jörn Zaefferer | fixed jsdoc for equals |
tree | commitdiff |
2007-12-04 |
David Serduke | Fixed #1999 by replacing the 'no-cache' parameter if... |
tree | commitdiff |
2007-12-04 |
David Serduke | There was a disabled test in the ajax test suite which... |
tree | commitdiff |
2007-12-03 |
David Serduke | Fixed [1993] although it actually wasn't a bug in the... |
tree | commitdiff |
2007-11-30 |
David Serduke | Added enchancement for #1994 by adding two parameters... |
tree | commitdiff |
2007-11-30 |
David Serduke | Fixed a problem with changeset [3841] where a function... |
tree | commitdiff |
2007-11-29 |
David Serduke | Fixed #1557, although it doesn't appear to be just... |
tree | commitdiff |
2007-11-28 |
David Serduke | Back out one of the changes from the previous commit... |
tree | commitdiff |
2007-11-28 |
David Serduke | Fixed #1908 by testing to make sure it isn't null befor... |
tree | commitdiff |
2007-11-28 |
David Serduke | Fixed #1070 by converting all setAttribute() values... |
tree | commitdiff |
2007-11-28 |
David Serduke | Fixed #1701 by passing through the arguments as suggested. |
tree | commitdiff |
2007-11-28 |
David Serduke | Fixed #1714 by adding a default empty string if the... |
tree | commitdiff |
2007-11-28 |
David Serduke | Fixed #1599 as Brandon suggested to ignore negative... |
tree | commitdiff |
2007-11-19 |
Brandon Aaron | Fix for #1944. Added nodeName and tagName to jQuery... |
tree | commitdiff |
2007-11-18 |
David Serduke | Slightly altered a test that was causing IE7 in some... |
tree | commitdiff |
2007-11-17 |
David Serduke | Fixed #1074 where .html() was incorrectly changing... |
tree | commitdiff |
2007-11-17 |
David Serduke | Fix #1907 where the never-ending loop prevention used... |
tree | commitdiff |
2007-11-16 |
David Serduke | Fixed #1095 bug where radio buttons became unchecked... |
tree | commitdiff |
2007-11-16 |
David Serduke | Fixed #1727 bug where :nth-child() was non-standard... |
tree | commitdiff |
next |