( elem )
| 9524 | }); |
| 9525 | |
| 9526 | function getWindow( elem ) { |
| 9527 | return jQuery.isWindow( elem ) ? |
| 9528 | elem : |
| 9529 | elem.nodeType === 9 ? |
| 9530 | elem.defaultView || elem.parentWindow : |
| 9531 | false; |
| 9532 | } |
| 9533 | // Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods |
| 9534 | jQuery.each( { Height: "height", Width: "width" }, function( name, type ) { |
| 9535 | jQuery.each( { padding: "inner" + name, content: type, "": "outer" + name }, function( defaultExtra, funcName ) { |