aboutsummaryrefslogtreecommitdiffstats
path: root/ui/effects.core.js
Commit message (Collapse)AuthorAgeFilesLines
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-171-581/+0
| | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935
* Effects: handle switch parameter in toggleClass, fixes #4722Chi Cheng2009-07-271-2/+12
|
* animateClass: Don't animate scrollbar properties. Fixes #4676 - toggleClass ↵Scott González2009-07-131-0/+7
| | | | breaks in IE sometimes.
* Effects core: Removed jQuery.fn.morph (same as jQuery.fn.switchClass). ↵Scott González2009-06-151-4/+1
| | | | Fixed #4602 (Remove jQuery.fn.morph).
* Effects core: Tweaked color animation.Scott González2009-06-151-9/+8
|
* Effects core: Fixed indentation for color animation overrides.Scott González2009-06-121-19/+16
|
* Effects core: Reorganized method overloading.Scott González2009-06-111-11/+10
|
* Effects core: Refactored .effect() method; now uses _normalizeArguments and ↵Scott González2009-06-111-2/+11
| | | | honors jQuery.fx.off. Fixes #4328 (IE6 with fx.off and highlight throws a script error).
* Effects core: Changed callback option to complete. Fixes #4586 (Effects ↵Scott González2009-06-101-1/+1
| | | | callback should be "complete" not "callback").
* Effects core: Refactored show/hide/toggle methods.Scott González2009-06-101-20/+38
|
* Effects Core: Proper handling for .toggle(true). Fixes #4473 - effects.core ↵Scott González2009-04-191-2/+4
| | | | corrupts jQuery toggle(<boolean switch>) functionality.
* changed ui.jquery.com to jqueryui.comRichard Worth2009-02-271-1/+1
|
* effects core: the second argument passed to effect methods wasn't checked ↵Paul Bakaus2009-02-191-1/+1
| | | | for being a callback function (fixes #4181 - Effects methods don't allow callback as the second parameter)
* Prevent loading core files multiple times. Fixes #4130 - Too much recurson ↵Scott González2009-02-131-5/+3
| | | | with double include.
* effect core: speed wasn't detected in all situations (fixes #4057)Paul Bakaus2009-02-051-1/+1
|
* effects core: fixed undefined options errorRichard Worth2009-01-301-1/+1
|
* effects: fixed various problems with order of callbacks (i.e. show('drop', ↵Paul Bakaus2009-01-291-7/+16
| | | | 500) wasn't working) (additionally fixes #3912)
* whitespaceRichard Worth2009-01-221-12/+12
|
* Removed broken utf-8 copyright characters.Scott González2009-01-181-2/+2
|
* effects: fix #3857Chi Cheng2009-01-161-3/+3
|
* effects: improved syntax, arguments, fixes #3674Paul Bakaus2009-01-071-43/+69
|
* Happy New YearRichard Worth2009-01-031-1/+1
|
* effects.core.js: Fixed character encoding so Notepad will stop adding UTF-8 BOMRichard Worth2008-12-101-2/+2
|
* Removed some UTF-8 BOMs causing problems in the download builder versions of ↵Richard Worth2008-12-061-1/+1
| | | | files.
* New file: AUTHORS.txt instead of having a single contributor's name in each ↵Richard Worth2008-11-211-1/+1
| | | | file header. See http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/ca0b1cc9580141b
* Source formatting: Removing trailing spacesEduardo Lundgren2008-11-201-31/+31
|
* Removed all trailing whitespace from .js and .html filesRichard Worth2008-11-181-1/+1
|
* Various: Fixed #3596: Removed references to jQuery for .noConflict() ↵Scott González2008-11-181-12/+12
| | | | compatibility.
* adding version property to all ui componentsJörn Zaefferer2008-10-051-0/+1
|
* added missing semicolonRichard Worth2008-10-011-2/+2
|
* whitespace: Removed trailing whitespace from non-blank linesRichard Worth2008-09-201-3/+3
|
* Reverted r695.Scott González2008-09-191-35/+35
|
* Remove Trailing SpacesEduardo Lundgren2008-09-191-35/+35
|
* preserve percent values if they are returned in createWrapper Aaron Eisenberger2008-06-301-2/+2
|
* typo in createWrapper (fixes #2974 fixes #2975)Aaron Eisenberger2008-06-261-1/+1
|
* Dropped blank line at end of header comments.Scott González2008-06-111-1/+0
|
* Added @VERSIONRichard Worth2008-06-091-1/+1
|
* renamed source -> uiRichard Worth2008-06-071-0/+510