jQuery1.5.1 animate方法源码阅读
++复制代码++ 代码如下: /\*7536-7646\*/ animate: function( prop, speed, easing, callback ) { if ( jQuery.isEmptyObject( prop ) ) { return this.each( optall.complete ); } //#7864行thi...
++复制代码++ 代码如下: /\*7536-7646\*/ animate: function( prop, speed, easing, callback ) { if ( jQuery.isEmptyObject( prop ) ) { return this.each( optall.complete ); } //#7864行thi...