| outerHeight ( [ includeMargin ] ) | ใช้คืนค่า ขนาดความสูหงด้านนอก ของ first element ภายใน set |
|---|
syntax:outerHeight ( [ includeMargin ] )
return type:number
content:ใช้คืนค่า ขนาดความสูงด้านนอก ของ first element ภายใน set โดย options หมายถึง จะรวม margin ด้วยหรือไม่
example:alert ( $(document).outerHeight( false ) ); alert ( $(document).outerHeight( true ) );