Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jquery offsetheight

//The offsetHeight property includes the vertical padding and borders in the height calculation, therefore
//the .outerHeight() method would be the jQuery equivalent to offsetheight.
$('.site-header').outerHeight();
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #jquery #offsetheight
ADD COMMENT
Topic
Name
3+1 =