2 * jQuery UI Effects Fade 1.9.2
5 * Copyright 2012 jQuery Foundation and other contributors
6 * Released under the MIT license.
7 * http://jquery.org/license
9 * http://api.jqueryui.com/fade-effect/
14 (function( $, undefined ) {
16 $.effects
.effect
.fade = function( o
, done
) {
18 mode
= $.effects
.setMode( el
, o
.mode
|| "toggle" );