IE8为其他浏览器提供不同的窗口高度

时间:2013-10-31 16:04:45

标签: jquery internet-explorer-8

我有一些jQuery用于确定用户是否位于页面底部:

 if ($(document).height() == $(window).height()
    && data.Info.TotalResults > $(".media-item").length) {
    Media.Search();
 }

在Chrome中$(document).height()$(window).height()一样是895,而在IE8中它们分别是895和891。

有什么想法吗?

0 个答案:

没有答案