/*! jQuery UI - v1.11.4 - 2015-03-13
-
Copyright jQuery Foundation and other contributors; Licensed MIT */
(function(t){“function”==typeof define&&define.amd?define(,t):t(jQuery)})(function(t){return t.effects.effect.fold=function(e,i){var s,n,o=t(this),a=,r=t.effects.setMode(o,e.mode||“hide”),h=“show”===r,l=“hide”===r,c=e.size||15,u=/(+)%/.exec©,d=!!e.horizFirst,p=h!==d,f=p?:[“height”,“width”],g=e.duration/2,m={},v={};t.effects.save(o,a),o.show(),s=t.effects.createWrapper(o).css({overflow:“hidden”}),n=p?:[s.height(),s.width()],u&&(c=parseInt(u,10)/100*n),h&&s.css(d?{height:0,width:c}:{height:c,width:0}),m[f]=h?n:c,v[f]=h?n:0,s.animate(m,g,e.easing).animate(v,g,e.easing,function(){l&&o.hide(),t.effects.restore(o,a),t.effects.removeWrapper(o),i()})}});