div height mismatch in display and jquery .height() function -


how calculate displayed div height. .height() method fetching height less displayed height.

use .scrollheight:

$('#divid')[0].scrollheight 

Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -