Add jquery UI
This commit is contained in:
parent
b8c36d7f32
commit
7568169fdd
141 changed files with 27607 additions and 0 deletions
14
webapp/web/js/jquery-ui/ui/minified/jquery.effects.blind.min.js
vendored
Executable file
14
webapp/web/js/jquery-ui/ui/minified/jquery.effects.blind.min.js
vendored
Executable file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* jQuery UI Effects Blind 1.8.2
|
||||
*
|
||||
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
* http://docs.jquery.com/UI/Effects/Blind
|
||||
*
|
||||
* Depends:
|
||||
* jquery.effects.core.js
|
||||
*/
|
||||
(function(b){b.effects.blind=function(c){return this.queue(function(){var a=b(this),g=["position","top","left"],f=b.effects.setMode(a,c.options.mode||"hide"),d=c.options.direction||"vertical";b.effects.save(a,g);a.show();var e=b.effects.createWrapper(a).css({overflow:"hidden"}),h=d=="vertical"?"height":"width";d=d=="vertical"?e.height():e.width();f=="show"&&e.css(h,0);var i={};i[h]=f=="show"?d:0;e.animate(i,c.duration,c.options.easing,function(){f=="hide"&&a.hide();b.effects.restore(a,g);b.effects.removeWrapper(a);
|
||||
c.callback&&c.callback.apply(a[0],arguments);a.dequeue()})})}})(jQuery);
|
Loading…
Add table
Add a link
Reference in a new issue