Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
alert(document.querySelector(selector).style.height);
$(selector).height()
clientWidth
clientHeight
padding
margin
var theCSSprop = window.getComputedStyle(elem,null).getPropertyValue("height")