Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Effects: Fix show/hide/toggle test for using core functions. Fixed: #5456 - ↵ | malsup | 2010-08-09 | 1 | -4/+4 |
| | | | | show() function broken with "normal" speed | ||||
* | argument shifting is not done correctly when the options argument is not ↵ | kobrigo | 2010-07-16 | 1 | -5/+5 |
| | | | | supplied. the result is that the callback is not called. this fixes Ticket #5731 foooo | ||||
* | All: Added http://jqueryui.com/about to header comments. | Scott González | 2010-07-14 | 1 | -1/+1 |
| | |||||
* | All: Define a local undefined variable inside the main closure. | Scott González | 2010-07-13 | 1 | -1/+1 |
| | |||||
* | Updated copyright headers to make it clear that you can choose between MIT ↵ | Scott González | 2010-07-09 | 1 | -3/+3 |
| | | | | and GPLv2. Also added a link to http://jquery.org/license. | ||||
* | Effects: Proper argument shuffling when calling show/hide/toggle without a ↵ | Scott González | 2010-03-04 | 1 | -0/+4 |
| | | | | | | speed. Fixes #5269 - Show and hide effects errantly require "duration" option to fire callback. | ||||
* | Effects: Properly normalizing arguments for named speeds. | Scott González | 2010-02-18 | 1 | -1/+1 |
| | | | | Fixes #5192 - 1.8rc2 Toggle speed issue. | ||||
* | effects: fixed #4097 - bind/fold didnt work | Paul Bakaus | 2010-01-28 | 1 | -0/+1 |
| | |||||
* | Happy New Year | Richard Worth | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | class animation: added scrollbar property filtering back in to prevent an ↵ | Scott González | 2009-11-16 | 1 | -2/+1 |
| | | | | error in IE. | ||||
* | class animations: Commented out browser-specific style checks. | Scott González | 2009-11-15 | 1 | -1/+1 |
| | |||||
* | Class Animation: Don't animate shorthand styles. | Scott González | 2009-11-15 | 1 | -3/+16 |
| | | | | Color Animation: Removed borderColor since we no longer animate shorthand styles. | ||||
* | Effects: Cleaned up createWrapper(). | Scott González | 2009-11-10 | 1 | -15/+27 |
| | |||||
* | Effects: Added support for effects on elements with right and/or bottom ↵ | Scott González | 2009-11-10 | 1 | -4/+12 |
| | | | | | | style settings. Fixes #4540 - Fix bug effect for IE7. In create wrapper function. | ||||
* | Effects core: Reorganized code, no actual changes. | Scott González | 2009-11-10 | 1 | -253/+276 |
| | |||||
* | Effects: Fixed a bug when animating classes and nothing should happen, e.g., ↵ | Scott González | 2009-11-06 | 1 | -13/+6 |
| | | | | calling .removeClass('foo') when the element doesn't have the class foo. | ||||
* | Effects: Added support for animating borderColor (previously only supported ↵ | Scott González | 2009-11-06 | 1 | -1/+1 |
| | | | | individual borders, e.g., borderLeftColor). Fixes #4807 - $('').switchClass throwing error in IE8 if the switched class contains color property. | ||||
* | Effects: Force a non-empty hash of properties for class animations to ensure ↵ | Scott González | 2009-11-06 | 1 | -1/+1 |
| | | | | the callback is always executed. Fixes #4396 - animateClass does nothing if there are no styles changes. See jQuery core bug #5459 for the cause. | ||||
* | Fixed the initialization of color animations for cases where the first step ↵ | Scott González | 2009-09-20 | 1 | -1/+2 |
| | | | | of the animation doesn't happen in the same millisecond as the call to animate. Fixes #4251 - NaN in color animation (Firefox 3). | ||||
* | Rewrote animateClass to work in webkit. Fixes #3112 - SwitchClass doesn't ↵ | Scott González | 2009-09-18 | 1 | -28/+107 |
| | | | | | | have any effect in Safari 3.1.1. Based on trunk and effects dev branch implementations. | ||||
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 1 | -0/+581 |
jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 |