| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 unapp... | Ariel Flesler | 2008-04-29 | 1 | -1/+3 |
* | 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 |
* | jquery core: Patch from #2619 applied, making makeArray more flexible and fas... | Jörn Zaefferer | 2008-04-24 | 1 | -1/+1 |
* | - 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") - re... | John Resig | 2008-02-03 | 1 | -4/+20 |
* | Tweaked the .data() event triggering - it now triggers a single 'setData' eve... | John Resig | 2008-02-03 | 1 | -12/+12 |
* | Added support for .unbind(".test") to unbind all namespaced events on an elem... | John Resig | 2008-02-03 | 1 | -0/+10 |
* | Added $().data(), $().removeData(), and .bind("click!"). .data() and .removeD... | John Resig | 2008-02-03 | 1 | -0/+51 |
* | Fix #2184 by using the jQuery.clean() function instead of a direct innerHTML ... | David Serduke | 2008-01-23 | 1 | -1/+13 |
* | Fixed #2174 by removing the s.dataType == "json" check for possible cross dom... | David Serduke | 2008-01-17 | 1 | -4/+4 |
* | 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 select-change... | Jörn Zaefferer | 2008-01-14 | 1 | -16/+26 |
* | 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 w... | David Serduke | 2007-12-20 | 1 | -1/+2 |
* | Removed a unit test that tested to see if queued objects were of a certain ty... | David Serduke | 2007-12-20 | 1 | -6/+0 |
* | Fixed #2027 - make sure that cloned elements (within appendTo, etc.) have the... | John Resig | 2007-12-20 | 1 | -1/+6 |
* | Fixed a problem in the unit tests for IE where an optimization made the test ... | David Serduke | 2007-12-20 | 1 | -1/+2 |
* | Fixed #2076 where .val() could return an array instead of undefined when the ... | David Serduke | 2007-12-18 | 1 | -1/+2 |
* | 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 lik... | David Serduke | 2007-12-17 | 1 | -1/+1 |
* | 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 |
* | Fixed #2037 where Opera would mis-state the value of 'display' after an inner... | David Serduke | 2007-12-17 | 1 | -2/+6 |
* | Added a fix for bug #2020 - if you want to do data: {callback: "?"}, do jsonp... | John Resig | 2007-12-17 | 1 | -3/+3 |
* | Adding data and removeData tests | Brandon Aaron | 2007-12-16 | 1 | -1/+19 |
* | new special events api, ready is now a first class event that you can use bin... | Brandon Aaron | 2007-12-15 | 1 | -3/+28 |
* | Fixed #2046 by forcing the dataType to 'html' in the .load() function. | David Serduke | 2007-12-14 | 1 | -10/+23 |
* | Added a test case for $("<option>test</option>")[0].selected (bug #2050). | John Resig | 2007-12-14 | 1 | -1/+3 |
* | Fixed #1854 by using wizzud's suggestion. The only real difference is the co... | David Serduke | 2007-12-13 | 2 | -2/+7 |
* | Fixed #1750 by adding a url that starts with "//" and is a dataType "script" ... | David Serduke | 2007-12-12 | 1 | -0/+22 |
* | Added more unit tests for offset. Fixed an offset issue relating to table hea... | Brandon Aaron | 2007-12-12 | 1 | -3/+61 |
* | Fixed a bug in clone where it wouldn't work on an XML node in IE. Also added... | David Serduke | 2007-12-12 | 1 | -1/+11 |
* | Fix #1987 by only doing remote <script> type ajax with GET requests. All oth... | David Serduke | 2007-12-11 | 1 | -0/+19 |
* | Fixed #1959 by postponing ALL script evaluations till the html insertion is d... | David Serduke | 2007-12-10 | 1 | -1/+2 |
* | show is now element aware (#960) | Brandon Aaron | 2007-12-08 | 1 | -1/+24 |
* | Fix for #1486. Prevent IE from throwing an error when triggering focus on hid... | Brandon Aaron | 2007-12-08 | 1 | -1/+11 |
* | Fixed #1039 and #1733 by going through the core API and making them text node... | David Serduke | 2007-12-07 | 3 | -50/+145 |