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