![javascript](https://habrastorage.org/r/w120/webt/59/cc/76/59cc7600c78a2239379574.jpeg)
JavaScript
- 1 ответ
- 0 вопросов
1
Вклад в тег
$(window).resize(function () {
var newWidth = $(window).width();
var newHeight = $(window).height(),
});
$(window).height(); // вернет 638
$(document).height(); // вернет 4575