diff options
author | rub <rub@piwigo.org> | 2009-01-18 23:27:21 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2009-01-18 23:27:21 +0000 |
commit | 436679af447c53d3ed654ec16fdde03e2064bd95 (patch) | |
tree | 96eefb969b24aa475aeb9310ff1691a09bc5187f /template-common/lib/ui/minified/effects.transfer.min.js | |
parent | 65c701a5a33df1f47adca51b9086762511ee0e23 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | template-common/lib/ui/minified/effects.transfer.min.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template-common/lib/ui/minified/effects.transfer.min.js b/template-common/lib/ui/minified/effects.transfer.min.js new file mode 100644 index 000000000..a735abb8d --- /dev/null +++ b/template-common/lib/ui/minified/effects.transfer.min.js @@ -0,0 +1 @@ +(function(A){A.effects.transfer=function(B){return this.queue(function(){var E=A(this);var G=A.effects.setMode(E,B.options.mode||"effect");var F=A(B.options.to);var C=E.offset();var D=A('<div class="ui-effects-transfer"></div>').appendTo(document.body);if(B.options.className){D.addClass(B.options.className)}D.addClass(B.options.className);D.css({top:C.top,left:C.left,height:E.outerHeight()-parseInt(D.css("borderTopWidth"))-parseInt(D.css("borderBottomWidth")),width:E.outerWidth()-parseInt(D.css("borderLeftWidth"))-parseInt(D.css("borderRightWidth")),position:"absolute"});C=F.offset();animation={top:C.top,left:C.left,height:F.outerHeight()-parseInt(D.css("borderTopWidth"))-parseInt(D.css("borderBottomWidth")),width:F.outerWidth()-parseInt(D.css("borderLeftWidth"))-parseInt(D.css("borderRightWidth"))};D.animate(animation,B.duration,B.options.easing,function(){D.remove();if(B.callback){B.callback.apply(E[0],arguments)}E.dequeue()})})}})(jQuery)
\ No newline at end of file |