From 436679af447c53d3ed654ec16fdde03e2064bd95 Mon Sep 17 00:00:00 2001 From: rub Date: Sun, 18 Jan 2009 23:27:21 +0000 Subject: Update jQuery UI lib with jquery.ui-1.5.3.zip Change files tree in order to have the same of UI. Add too effects files js git-svn-id: http://piwigo.org/svn/trunk@3102 68402e56-0260-453c-a942-63ccdbb3a9ee --- template-common/lib/ui/minified/effects.highlight.min.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 template-common/lib/ui/minified/effects.highlight.min.js (limited to 'template-common/lib/ui/minified/effects.highlight.min.js') diff --git a/template-common/lib/ui/minified/effects.highlight.min.js b/template-common/lib/ui/minified/effects.highlight.min.js new file mode 100644 index 000000000..d33041802 --- /dev/null +++ b/template-common/lib/ui/minified/effects.highlight.min.js @@ -0,0 +1 @@ +(function(A){A.effects.highlight=function(B){return this.queue(function(){var E=A(this),D=["backgroundImage","backgroundColor","opacity"];var H=A.effects.setMode(E,B.options.mode||"show");var C=B.options.color||"#ffff99";var G=E.css("backgroundColor");A.effects.save(E,D);E.show();E.css({backgroundImage:"none",backgroundColor:C});var F={backgroundColor:G};if(H=="hide"){F["opacity"]=0}E.animate(F,{queue:false,duration:B.duration,easing:B.options.easing,complete:function(){if(H=="hide"){E.hide()}A.effects.restore(E,D);if(H=="show"&&jQuery.browser.msie){this.style.removeAttribute("filter")}if(B.callback){B.callback.apply(this,arguments)}E.dequeue()}})})}})(jQuery) \ No newline at end of file -- cgit v1.2.3