aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.effect.js
Commit message (Collapse)AuthorAgeFilesLines
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-1297/+0
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* All: Wrap source files with UMD return exportsRafael Xavier de Souza2014-01-241-2/+14
| | | | | Ref #9464 Ref gh-1029
* Fix various coding style issuesJörn Zaefferer2013-11-131-15/+11
|
* Removed guard against duplicate loading. Use safe references to original ↵Scott González2013-03-081-32/+35
| | | | functions when proxying, don't rename originals.
* Effects: Handle the .hide/show/toggle( options ) signatures from core ↵Scott González2013-02-281-36/+53
| | | | properly. Fixes #9126 - .show()/.hide() do not support all of core's options.
* Effects: Delegate to core show/hide when the element is already in the ↵Scott González2013-02-261-2/+3
| | | | correct final state. This forces the element to go through the olddisplay tracking and forces styles on elements even if they're hidden via an ancestor. Fixes #9120 - Effects: .hide() inconsistent with core with a hidden parent.
* Effects Core: make removeClass work correctly with changes jQuery 1.9.0. ↵David Petersen2013-01-291-2/+2
| | | | Fixed #9015 - Inclusion of jQuery UI breaks removeClass
* Updating to jQuery Color 2.1.2Corey Frang2013-01-161-3/+3
|
* Update copyright year to 2013.Scott González2013-01-101-1/+1
|
* Effects: fix backwards compatibility in animateClass for jQuery Core <1.8Mike Sherov2013-01-081-0/+9
|
* Effects: Avoid cssHook blending in non-rgba browsers when the value is ↵Mike Sherov2013-01-031-3/+3
| | | | "transparent". Fixes #8914: odd behaviour of css hook when setting backgroundColor to transparent in IE7/8
* All: Convert single quotes to double quotes.Mike Sherov2012-12-251-1/+1
|
* All: Use .addBack() instead of .andSelf().Scott González2012-12-141-1/+1
|
* Effects: Use $ instead of jQuery in $.effects.animateClass. Fixes #8860 - ↵Viktor Kojouharov2012-11-271-1/+1
| | | | Effects: Class animation has broken noConflict support.
* Effects Core: Upgrading jQuery Color to 2.1.1Corey Frang2012-11-231-50/+58
|
* Effects: Cleaned up getElementStyles().Scott González2012-11-091-14/+13
|
* Effects: Remove deprecated $.effects[]. Fixes #7115 - Effects: Remove ↵Jörn Zaefferer2012-10-251-29/+5
| | | | support for effects in $.effects[].
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-231-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests
* Fixed some jshint errors.Scott González2012-10-211-1/+1
|
* Effects: Allow 'null' for options - Fixes #8670 - null reference when using ↵Corey Frang2012-10-211-2/+2
| | | | effects - Closes gh-783
* Effect: fix typo in comment ft "optinos" => "options"Andrew Couch2012-10-181-1/+1
|
* Updated docs URLs for core files.Scott González2012-09-291-1/+1
|
* Updated docs URLS.Scott González2012-09-261-1/+1
|
* Effects: Cleanup.Scott González2012-08-271-12/+17
|
* Upgrade jQuery Color to 2.0.0. Fixes #6969 - Effects: 'borderColor' property ↵Scott González2012-08-141-12/+38
| | | | is buggy.
* Simplify licensing.Scott González2012-08-091-1/+1
|
* Effects: Work around jQuery 1.6.2 returning undefined for falsy values in ↵Scott González2012-07-101-2/+12
| | | | .data().
* Effects: Update jQuery Color.Scott González2012-07-091-119/+87
|
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
|
* Effects: Update jquery-color.Scott González2012-06-281-15/+11
|
* Upgrade to jquery-color 2.0pre. Fixes #6910 - Trying to animate the ↵Scott González2012-06-251-103/+637
| | | | background color of a document fragment can easily fail. Fixes #5215 - Effects color: Add support for rgba animations. Fixes #4372 - Animate backgroundColor to 'transparent'. Fixes #5393 - getColor reports inaccurate color for transparent elements in Webkit. Fixes #3806 - Feature request: expose getRGB and getColor.
* Effects: Renamed all files.Scott González2012-06-151-0/+739