I've tried using the jQuery .height() function to get the height of an element but it seems to be ignoring padding and margins.
How can I get the size of an element's box using Javascript and/or jQuery?
|
|
|
use outerHeight |
|||
|
|
|
Are you able to wrap the div with padding/margins within another div and get the height of the container div?
|
|||
|
|
|
Example using outerHeight(); |
|||
|
|