I want the height of a container element, including margins and paddings.
When I hover over the element in Chrome development tool, I get the value that I\'m lookin
Inner hidden, fixed and absolute elements are not properly accounted for using the outerHeight.
Try the scrollHeight property:
$('element').prop('scrollHeight')