integration/v2/lib/jquery-ui/ui/minified/jquery.ui.effect-highlight.min.js
author cavaliet
Mon, 09 Sep 2013 12:41:12 +0200
changeset 248 8021273c6965
parent 131 f7f6c6acf9b9
permissions -rw-r--r--
Added tag V00.08 for changeset 3c72a1b19462

/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
(function(t){t.effects.effect.highlight=function(e,i){var s=t(this),n=["backgroundImage","backgroundColor","opacity"],a=t.effects.setMode(s,e.mode||"show"),o={backgroundColor:s.css("backgroundColor")};"hide"===a&&(o.opacity=0),t.effects.save(s,n),s.show().css({backgroundImage:"none",backgroundColor:e.color||"#ffff99"}).animate(o,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){"hide"===a&&s.hide(),t.effects.restore(s,n),i()}})}})(jQuery);