From 1215de575d9cda66b434f21dafdf44f986638b71 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 9 Jul 2012 23:23:20 -0700 Subject: slider --- .../development-bundle/ui/minified/jquery.effects.highlight.min.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 include/jquery_ui/development-bundle/ui/minified/jquery.effects.highlight.min.js (limited to 'include/jquery_ui/development-bundle/ui/minified/jquery.effects.highlight.min.js') diff --git a/include/jquery_ui/development-bundle/ui/minified/jquery.effects.highlight.min.js b/include/jquery_ui/development-bundle/ui/minified/jquery.effects.highlight.min.js new file mode 100644 index 000000000..240b3d420 --- /dev/null +++ b/include/jquery_ui/development-bundle/ui/minified/jquery.effects.highlight.min.js @@ -0,0 +1,5 @@ +/*! jQuery UI - v1.8.21 - 2012-06-05 +* https://github.com/jquery/jquery-ui +* Includes: jquery.effects.highlight.js +* Copyright (c) 2012 AUTHORS.txt; Licensed MIT, GPL */ +(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); \ No newline at end of file -- cgit v1.2.3