Я новичок в этом jQuery, и у меня возникают проблемы, чтобы найти iframe scrollheight и scrollwidth, когда iframe размещает внешнюю веб -страницу.$.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();
}
< /code>
Помогите, пожалуйста. < /p>
Подробнее здесь: https://stackoverflow.com/questions/144 ... roll-width