jQuery.outerWidth Method (bool)
Get the current computed width for the first element in the set of matched elements, including padding and border.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public JsNumber outerWidth(bool includeMargin)
Parameters
includeMargin
Type: System.Boolean
Return Value
Type: SharpKit.JavaScript.JsNumber
|