| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure that events are cloned for wrap, fixes #2977. | John Resig | 2009-12-08 | 1 | -1/+15 |
* | Check Sizzle or jQuery. | John Resig | 2009-12-07 | 1 | -1/+1 |
* | Only run the visibility selectors if the filter exists. | John Resig | 2009-12-07 | 1 | -0/+2 |
* | Added support for per-property easing | James Padolsey | 2009-12-07 | 1 | -0/+34 |
* | Added in support for injecting area elements into map elements. Fixes #4484. | John Resig | 2009-12-06 | 1 | -1/+5 |
* | Added in support for $.ajax jsonpCallback (allowing you to specify the name o... | John Resig | 2009-12-06 | 1 | -2/+32 |
* | Merge branch 'master' of git@github.com:jquery/jquery | John Resig | 2009-12-06 | 1 | -1/+3 |
|\ |
|
| * | Fix for #4011, crash when two text nodes are appended in IE. | Dave Methvin | 2009-12-06 | 1 | -1/+3 |
* | | Split the queue code out from data.js into a dedicated queue.js file (also sp... | John Resig | 2009-12-06 | 3 | -167/+149 |
* | | Renamed isObjectLiteral to isPlainObject (makes more sense, per the suggestio... | John Resig | 2009-12-06 | 1 | -8/+8 |
|/ |
|
* | Make sure that animated show resets the display correctly. Fixes #5130. | jeresig | 2009-12-05 | 1 | -0/+37 |
* | Make sure that the previous element is removed from the page before the next ... | jeresig | 2009-12-05 | 1 | -1/+8 |
* | Made sure that css() in IE handles negative non-px values correctly. Fixes #3... | jeresig | 2009-12-05 | 1 | -1/+4 |
* | Make sure that width or height don't animate to a negative value. Fixes #3881. | John Resig | 2009-12-05 | 1 | -0/+9 |
* | Added a test for bug 1095 for animations (animations don't clear check boxes) | Yehuda Katz | 2009-12-04 | 1 | -0/+15 |
* | Landing Ben Alman's patch to add nextUntil, prevUntil, and parentsUntil. Also... | Ben Alman | 2009-12-04 | 1 | -1/+73 |
* | Added in the .delay() method for delaying the execution of queued functions a... | jeresig | 2009-12-04 | 1 | -0/+15 |
* | Adding in support for bubbling submit and change events, thanks to the patch ... | Justin Meyer | 2009-12-04 | 2 | -8/+254 |
* | Tweaked a CSS test to handle differences in font-size % support in browsers. | jeresig | 2009-12-03 | 1 | -1/+8 |
* | Removed broken hidden/visible test. | jeresig | 2009-12-03 | 1 | -7/+4 |
* | Re-arranged many of the selector tests, breaking them into smaller test group... | jeresig | 2009-12-03 | 1 | -80/+86 |
* | Just restore window.JSON in the getJSON test, don't try to delete the value. | jeresig | 2009-12-03 | 1 | -6/+3 |
* | Added in the new .closest(Array) method, will be used to improve the performa... | jeresig | 2009-12-02 | 1 | -0/+11 |
* | Removed debug statements from manipulation tests, was causing errors in IE. | jeresig | 2009-12-02 | 1 | -4/+0 |
* | Added some isObjectLiteral tests. | jeresig | 2009-12-02 | 1 | -0/+45 |
* | Adding a test that a new option can be selected with val(N) | Yehuda Katz | 2009-12-01 | 1 | -1/+5 |
* | Fix css("opacity") to not clobber other filters in IE. Closes #4707. | Yehuda Katz | 2009-12-01 | 1 | -6/+17 |
* | Switched from using Git Submodules to just doing a straight clone of the QUni... | jeresig | 2009-11-30 | 1 | -0/+0 |
* | Bringing Sizzle and QUnit up to date. | jeresig | 2009-11-30 | 1 | -0/+0 |
* | Use .add() to merge two test groups together for .unwrap(). | jeresig | 2009-11-30 | 1 | -1/+1 |
* | Changed the style attribute test to handle hex colors (as that's what Opera r... | jeresig | 2009-11-30 | 1 | -1/+1 |
* | Fixed a problem with animations with a duration of 0 not working properly for... | jeresig | 2009-11-30 | 1 | -13/+18 |
* | Simplified a selector in the .live() tests. | jeresig | 2009-11-30 | 1 | -2/+2 |
* | Tweaked the live test to be a bit simpler. | jeresig | 2009-11-30 | 1 | -3/+5 |
* | Fixed wrap test that was looking for comment values from .text(). | jeresig | 2009-11-30 | 1 | -1/+1 |
* | Fixes $.trim for closes #4980 | Yehuda Katz | 2009-11-30 | 1 | -0/+11 |
* | Fixing endlines. | Mark Gibson | 2009-11-25 | 7 | -420/+420 |
* | Corrected RegExp to match event namespaces. Fixes #5303. | Robert Katic | 2009-11-26 | 1 | -0/+4 |
* | Generic jQuery.merge and safer jQuery.makeArray(nodeList). | Robert Katic | 2009-11-26 | 1 | -2/+6 |
* | Added support for .text() on text nodes. Fixes #5525. | John Resig | 2009-11-17 | 1 | -1/+4 |
* | Re-wrote context Ajax test to use an element instead of an object (a more rea... | John Resig | 2009-11-17 | 1 | -1/+1 |
* | Re-adding the QUnit submodule file. | John Resig | 2009-11-17 | 1 | -0/+0 |
* | Hide the .settings file in the gitignore. | John Resig | 2009-11-15 | 1 | -0/+0 |
* | Added test for passing null to .show() | Scott Gonzalez | 2009-11-13 | 1 | -1/+7 |
* | Corrected some minor errors made by me (rkatic) in last commits. | Robert Katic | 2009-11-13 | 1 | -3/+3 |
* | Forgotten to update the number of jQuery.extend related tests. | Robert Katic | 2009-11-12 | 1 | -1/+1 |
* | Made jQuery.extend(true, ...) to extend recursively only 'object literal' val... | Robert Katic | 2009-11-12 | 1 | -3/+7 |
* | Made isObjectLiteral to work correctly with custom objects with empty prototy... | Robert Katic | 2009-11-12 | 1 | -1/+5 |
* | Fixed the case where HTML that contained entities was being inserted as text ... | John Resig | 2009-11-11 | 1 | -1/+7 |
* | Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. Fixes... | John Resig | 2009-11-11 | 2 | -1/+16 |