diff options
author | yvesf <yvesf-git@xapek.org> | 2010-11-26 18:44:25 +0100 |
---|---|---|
committer | yvesf <yvesf-git@xapek.org> | 2010-11-26 18:44:25 +0100 |
commit | 06b3f727378323089ee56a24999dd97c87887cc0 (patch) | |
tree | c0ba6c0c09f119e11184115630afb72b3c298fe3 /static/development-bundle/ui/minified/jquery.effects.slide.min.js | |
parent | f28c098bb82406f8062a2b4c9305b73eae300372 (diff) | |
download | booksearch-06b3f727378323089ee56a24999dd97c87887cc0.tar.gz booksearch-06b3f727378323089ee56a24999dd97c87887cc0.zip |
change jquery theme, rm development stuff
Diffstat (limited to 'static/development-bundle/ui/minified/jquery.effects.slide.min.js')
-rw-r--r-- | static/development-bundle/ui/minified/jquery.effects.slide.min.js | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/static/development-bundle/ui/minified/jquery.effects.slide.min.js b/static/development-bundle/ui/minified/jquery.effects.slide.min.js deleted file mode 100644 index 0a14c90..0000000 --- a/static/development-bundle/ui/minified/jquery.effects.slide.min.js +++ /dev/null @@ -1,14 +0,0 @@ -/* - * jQuery UI Effects Slide 1.8.6 - * - * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - * - * http://docs.jquery.com/UI/Effects/Slide - * - * Depends: - * jquery.effects.core.js - */ -(function(c){c.effects.slide=function(d){return this.queue(function(){var a=c(this),h=["position","top","left"],e=c.effects.setMode(a,d.options.mode||"show"),b=d.options.direction||"left";c.effects.save(a,h);a.show();c.effects.createWrapper(a).css({overflow:"hidden"});var f=b=="up"||b=="down"?"top":"left";b=b=="up"||b=="left"?"pos":"neg";var g=d.options.distance||(f=="top"?a.outerHeight({margin:true}):a.outerWidth({margin:true}));if(e=="show")a.css(f,b=="pos"?-g:g);var i={};i[f]=(e=="show"?b=="pos"? -"+=":"-=":b=="pos"?"-=":"+=")+g;a.animate(i,{queue:false,duration:d.duration,easing:d.options.easing,complete:function(){e=="hide"&&a.hide();c.effects.restore(a,h);c.effects.removeWrapper(a);d.callback&&d.callback.apply(this,arguments);a.dequeue()}})})}})(jQuery); |