Я пробовал следующий код, но он не работает, и я много искал.
Код: Выделить всё
$.fn.hasVerticalScrollbar = function () {
// This will return true, when the div has vertical scrollbar
return $frame[0].document.documentElement.offsetHeight() > this.height();
}
$.fn.hasHorizontalScrollbar = function () {
// This will return true, when the div has horizontal scrollbar
return $frame[0].document.documentElement.offsetWidth() > this.width();
}
Подробнее здесь: https://stackoverflow.com/questions/144 ... roll-width
Мобильная версия