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