]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-includes/js/jquery/ui/jquery.effects.highlight.min.js
WordPress 3.4.2
[autoinstalls/wordpress.git] / wp-includes / js / jquery / ui / jquery.effects.highlight.min.js
1 /*! jQuery UI - v1.8.20 - 2012-04-30
2 * https://github.com/jquery/jquery-ui
3 * Includes: jquery.effects.highlight.js
4 * Copyright (c) 2012 AUTHORS.txt; Licensed MIT, GPL */
5 (function(a,b){a.effects.highlight=function(b){return this.queue(function(){var c=a(this),d=["backgroundImage","backgroundColor","opacity"],e=a.effects.setMode(c,b.options.mode||"show"),f={backgroundColor:c.css("backgroundColor")};e=="hide"&&(f.opacity=0),a.effects.save(c,d),c.show().css({backgroundImage:"none",backgroundColor:b.options.color||"#ffff99"}).animate(f,{queue:!1,duration:b.duration,easing:b.options.easing,complete:function(){e=="hide"&&c.hide(),a.effects.restore(c,d),e=="show"&&!a.support.opacity&&this.style.removeAttribute("filter"),b.callback&&b.callback.apply(this,arguments),c.dequeue()}})})}})(jQuery);