| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the order of the element test arguments. | John Resig | 2010-09-02 | 1 | -2/+2 |
* | Tweaked the name unit tests to specify the exact nodes from which to test aga... | John Resig | 2010-09-02 | 1 | -2/+2 |
* | Remove cases of :contains() where quotes are used - not using quotes follows ... | John Resig | 2010-09-02 | 1 | -5/+6 |
* | Add .width() and .height() unit test for empty sets. Fix .height() test that ... | Brandon Aaron | 2010-09-01 | 1 | -3/+9 |
* | Handle two more cases where comments were missing in the test case, in Blackb... | John Resig | 2010-08-27 | 1 | -1/+7 |
* | Added some tweaks to $.type to handle null and undefined. Added a bunch of un... | John Resig | 2010-08-27 | 1 | -0/+23 |
* | Blackberry 4.6 doesn't maintain comment nodes in the DOM, ignore them in our ... | John Resig | 2010-08-26 | 1 | -2/+6 |
* | Fixed mistake with tweaked iframe manipulation test. | John Resig | 2010-08-26 | 1 | -1/+1 |
* | Tweak some more jQuery set results in the manipulation tests. Also fixed the ... | John Resig | 2010-08-26 | 1 | -40/+40 |
* | Tweak more element orders in the manipulation tests. Also differentiate betwe... | John Resig | 2010-08-26 | 1 | -8/+10 |
* | Tweaked manipulation test to ignore order of elements from selector (not impo... | John Resig | 2010-08-26 | 1 | -1/+1 |
* | Tweaked anchor test to work better on Blackberry 4.7. | John Resig | 2010-08-26 | 1 | -1/+2 |
* | Simplifying some of the .val() test code. | John Resig | 2010-08-23 | 1 | -4/+1 |
* | Fixing getting/setting classes and makeArray(RegExp) for Blackberry 4.7. Fixe... | John Resig | 2010-08-23 | 1 | -15/+28 |
* | Replace usage of the removed global reset() method with QUnit.reset(). | jzaefferer | 2010-07-28 | 5 | -84/+84 |
* | Make sure that .data() events don't bubble, per the discussion in 2e10af143b7... | John Resig | 2010-07-27 | 1 | -1/+7 |
* | Moving jQuery-core specific resets from QUnit to core. | jzaefferer | 2010-07-27 | 1 | -0/+11 |
* | Ticket #6808. Changes data() so on plain objects, it uses a function to conta... | InfinitiesLoop | 2010-07-23 | 1 | -3/+4 |
* | Ticket #6804. Adds a changeData event. | InfinitiesLoop | 2010-07-20 | 1 | -5/+20 |
* | Fixing request data param issue. Thanks to mislav for the patch. Fixes #5123. | jeresig | 2010-06-14 | 2 | -0/+14 |
* | Fix for http://dev.jquery.com/ticket/6451 | malsup | 2010-06-15 | 1 | -0/+6 |
* | Merge branch 'master' of github.com:jquery/jquery | Brandon Aaron | 2010-03-27 | 4 | -19/+44 |
|\ |
|
| * | Mobile WebKit browsers don't support accessing the scroll position of the doc... | jeresig | 2010-03-25 | 1 | -7/+28 |
| * | Need to expose the isLocal change globally as well. | jeresig | 2010-03-24 | 1 | -1/+1 |
| * | Temporarily disable ajax tests when running in TestSwam. | jeresig | 2010-03-24 | 1 | -0/+4 |
| * | Use custom events for testing unbind instead of the, potentially conflicting,... | jeresig | 2010-03-24 | 1 | -11/+11 |
| * | Adjust isPlainObject test to run in an iframe. | jeresig | 2010-03-24 | 1 | -1/+1 |
* | | Merge branch 'master' of github.com:jquery/jquery | Brandon Aaron | 2010-03-23 | 12 | -34/+122 |
|\| |
|
| * | Make sure the offset tests work without a built jQuery file. | jeresig | 2010-03-23 | 7 | -7/+64 |
| * | Update other remote test URLs as well. | jeresig | 2010-03-23 | 1 | -4/+4 |
| * | Strip off filename and query string for JSONP Remote test. | jeresig | 2010-03-23 | 1 | -1/+1 |
| * | Update the TestSwarm URL to point to the new jQuery swarm location. | jeresig | 2010-03-23 | 1 | -1/+1 |
| * | Changed the order of the tests to run in the same order in which they're spec... | jeresig | 2010-03-23 | 2 | -10/+11 |
| * | Handle auto-running of the TestSwarm injection script in the test suite. | jeresig | 2010-03-23 | 1 | -0/+10 |
| * | Made it so that you no longer need to build jQuery in order to run the test s... | jeresig | 2010-03-23 | 2 | -21/+41 |
* | | Fixed an issue with setting offset of absolutely positioned element that has ... | Brandon Aaron | 2010-03-22 | 2 | -3/+11 |
* | | Added unit tests for setting offset one property at a time and added radix to... | Brandon Aaron | 2010-03-22 | 1 | -7/+12 |
|/ |
|
* | Rewrote the live/delegate submit tests to be more generic. | jeresig | 2010-03-09 | 1 | -20/+6 |
* | Make sure that special remove and teardown events get called when .die() is u... | jeresig | 2010-03-09 | 1 | -10/+70 |
* | Landing a faster trim method. Based upon the work by Travis Hardiman and DBJD... | jeresig | 2010-03-09 | 1 | -6/+12 |
* | I take that back! It was a bug, but the cache had to be triggered and a colle... | jeresig | 2010-03-05 | 1 | -5/+6 |
* | Attempted to fix #6227, not entirely sure if it's a problem as I'm having a h... | jeresig | 2010-03-05 | 1 | -1/+9 |
* | Added in Ben Alman's proposed event.namespace property (the property holds th... | jeresig | 2010-03-02 | 1 | -11/+25 |
* | Add in the new level information to the closest(Array) test. | jeresig | 2010-03-02 | 1 | -6/+6 |
* | We no longer support globally-triggered events on plain objects. This is a tr... | jeresig | 2010-03-02 | 1 | -13/+4 |
* | More changes to get jQuery in line with JSLint. | jeresig | 2010-03-01 | 1 | -23/+21 |
* | Adding unit tests to make sure .scrollTop() and .scrollLeft() work cross-frame. | brandonaaron | 2010-02-28 | 1 | -1/+9 |
* | Use correct window reference in offset to work properly cross-frame. Fixes #6... | brandonaaron | 2010-02-27 | 1 | -2/+36 |
* | Attach data directly to plain objects, no reason to use the central jQuery.ca... | jeresig | 2010-02-27 | 1 | -3/+11 |
* | Adding in .bind(name, false), .unbind(name, false) support - an easy way to j... | jeresig | 2010-02-27 | 1 | -0/+19 |