Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Clean trailing whitespace from all files. | Colin Snover | 2010-12-30 | 1 | -13/+13 | |
| | ||||||
* | Updating #7397 unit tests to correctly test for a persisted display value | rwldrn | 2010-11-10 | 1 | -11/+15 | |
| | ||||||
* | Fixes #7397; 4 supporting unit tests | rwldrn | 2010-11-09 | 1 | -0/+35 | |
| | ||||||
* | Limit the scope of the CSS 'auto' change to just height/width. Fixes #7393. | jeresig | 2010-11-03 | 1 | -1/+5 | |
| | ||||||
* | Calling .hide().show() on a stylesheet-hidden element wasn't bringing it ↵ | jeresig | 2010-10-27 | 1 | -1/+9 | |
| | | | | back. Fixes #7331. | |||||
* | For .show() with no arguments, only set display of elements in the second ↵ | Karl Swedberg | 2010-10-26 | 1 | -1/+14 | |
| | | | | loop if they don't have style.display already set or if style.display isn't none. Fixes #7315. | |||||
* | fadeToggle(). as suggested by Karl Swedberg in his jQcon talk. patched live! omg | Paul Irish | 2010-10-17 | 1 | -0/+7 | |
| | ||||||
* | Don't test inline-block in browsers that don't support it (or an ↵ | jeresig | 2010-10-14 | 1 | -17/+46 | |
| | | | | approximation of it, like IE). | |||||
* | Fix olddisplay was inappropriately set when calling hide on an already ↵ | Colin Snover | 2010-10-11 | 1 | -0/+30 | |
| | | | | hidden element. Fixes #7141. | |||||
* | Fixed code convention issues. Reduced size of overflow reset code. Fixed ↵ | Colin Snover | 2010-10-08 | 1 | -9/+8 | |
| | | | | broken show() test cases. | |||||
* | Update $.fn.animate to only keep overflow set to hidden after an animation ↵ | Colin Snover | 2010-10-05 | 1 | -18/+14 | |
| | | | | in IE6 when it is needed (width/height change) and update unit tests to reflect when overflow does not get reset. | |||||
* | IE6 will shrink-wrap elements with layout instead of allowing content to ↵ | Colin Snover | 2010-10-05 | 1 | -46/+85 | |
| | | | | flow outside of the border-box. Add a test for this and do not remove the overflow property after an animation in IE6. | |||||
* | Update $.fn.animate to change display mode only when necessary (inline, ↵ | Colin Snover | 2010-10-05 | 1 | -1/+74 | |
| | | | | non-floated elements), and to use a more proper display mode for those elements. Fixes #2185. | |||||
* | Make sure that opacity is being reset properly on a show animation. ↵ | jeresig | 2010-09-27 | 1 | -9/+5 | |
| | | | | Additionally expose jQuery.isNaN from the data module. | |||||
* | Discovered that another effects bug was fixed with the recent CSS changes ↵ | jeresig | 2010-09-22 | 1 | -1/+6 | |
| | | | | (namely that show animations always went to auto, even if they weren't supposed to). Test suite adjusted accordingly. | |||||
* | e3463946e19f2eb53d909fc2b59cc1c8636d21bd actually fixed a previously ↵ | jeresig | 2010-09-22 | 1 | -1/+1 | |
| | | | | undicovered but with setting auto, adjust the effects test suite accordingly. Thanks to @bugbegone for the catch. | |||||
* | Added full support for easing in all shorthand effects methods (hide, show, ↵ | Karl Swedberg | 2010-09-22 | 1 | -1/+13 | |
| | | | | toggle, fadeTo, slideUp, etc.). Previously, these methods could only be used with two of the three (speed, easing, callback) arguments, or, in the case of fadeTo, 3 of the 4 (speed, opacity, easing, callback) arguments. Added three more sets of tests to the series of "Chain" tests. Fixes #7014 | |||||
* | jQuery.css() returns a string value - handle this properly in the animation ↵ | John Resig | 2010-09-17 | 1 | -7/+6 | |
| | | | | code. | |||||
* | Fixed some sloppy checks in the effects test suite, makes it more apparent ↵ | John Resig | 2010-09-17 | 1 | -5/+8 | |
| | | | | where issues are happening. | |||||
* | Split apart jQuery.css into jQuery.css (computed values) and jQuery.style ↵ | jeresig | 2010-09-16 | 1 | -5/+5 | |
| | | | | (currently set values). | |||||
* | Removing leftover debug code. | jeresig | 2010-09-14 | 1 | -1/+1 | |
| | ||||||
* | Making some more adjustments to handle auto CSS properties. | John Resig | 2010-09-13 | 1 | -9/+9 | |
| | ||||||
* | Make sure that effect tests no longer reference the old CSS methods. | jeresig | 2010-09-09 | 1 | -3/+3 | |
| | ||||||
* | Replace usage of the removed global reset() method with QUnit.reset(). | jzaefferer | 2010-07-28 | 1 | -1/+1 | |
| | ||||||
* | fixed offset(coordinates) returns null when no matching elements in jQuery ↵ | Karl Swedberg | 2010-01-24 | 1 | -2/+1 | |
| | | | | object (fixes ticket #5888) | |||||
* | added tests for show/hide with falsy, non-zero values | Karl Swedberg | 2010-01-24 | 1 | -5/+24 | |
| | ||||||
* | Moved logic for handling .animate({}), doesn't queue anymore. Fixes #5459. | jeresig | 2009-12-21 | 1 | -1/+11 | |
| | ||||||
* | Renamed the 'fx' module to 'effects'. Should've been done a long time ago. | jeresig | 2009-12-18 | 1 | -0/+622 | |