( type, num )
| 5751 | } |
| 5752 | |
| 5753 | function genFx( type, num ) { |
| 5754 | var obj = {}; |
| 5755 | |
| 5756 | jQuery.each( fxAttrs.concat.apply([], fxAttrs.slice(0,num)), function() { |
| 5757 | obj[ this ] = type; |
| 5758 | }); |
| 5759 | |
| 5760 | return obj; |
| 5761 | } |
| 5762 | if ( "getBoundingClientRect" in document.documentElement ) { |
| 5763 | jQuery.fn.offset = function( options ) { |
| 5764 | var elem = this[0]; |