[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/wp-includes/js/jquery/ui/ -> jquery.effects.transfer.min.js (source)

   1  /*! jQuery UI - v1.8.20 - 2012-04-30
   2  * https://github.com/jquery/jquery-ui
   3  * Includes: jquery.effects.transfer.js
   4  * Copyright (c) 2012 AUTHORS.txt; Licensed MIT, GPL */
   5  (function(a,b){a.effects.transfer=function(b){return this.queue(function(){var c=a(this),d=a(b.options.to),e=d.offset(),f={top:e.top,left:e.left,height:d.innerHeight(),width:d.innerWidth()},g=c.offset(),h=a('<div class="ui-effects-transfer"></div>').appendTo(document.body).addClass(b.options.className).css({top:g.top,left:g.left,height:c.innerHeight(),width:c.innerWidth(),position:"absolute"}).animate(f,b.duration,b.options.easing,function(){h.remove(),b.callback&&b.callback.apply(c[0],arguments),c.dequeue()})})}})(jQuery);


Generated: Fri May 25 03:56:23 2012 Hosted by follow the white rabbit.