jQuery .innerHeight()
Learn all about the jQuery function .innerHeight().
This method returns the height of the element, including top and bottom padding, in pixels.
This method is not applicable to window
and document
objects; for these, use .height()
instead.