gpt4 book ai didi

jquery - innerHeight() 在 chrome 中有冲突吗?

转载 作者:行者123 更新时间:2023-11-28 08:53:47 25 4
gpt4 key购买 nike

CSS 代码:

#jpspm {
position: relative;
top: -83px;
left: -1px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 64px;
padding-right: 63px;
width: 563px;
z-index: 1;
display: block;
}

jQuery 代码:

var jp_con = jQuery('#jpspm').innerHeight();
console.log('InnerHeight:' + jp_con);

示例:http://jsfiddle.net/xzexn/

在 firefox 和 explorer 中它工作正常,但在 Chrome 中它有区别,帮助将不胜感激。

最佳答案

客户端的 innerHeight 可以变化很大。虽然 jensgram 在评论中表现不错,但我在 Chrome 中得到了 26,在 Firefox 中得到了 6

请记住,innerHeight 也不是可靠的跨浏览器并且不如clientHeight 广泛有用。来自 dottoro :

The innerHeight property is rarely useful, because scrollbars are not part of the document working area. Use the cross-browser clientHeight property of the html element instead. It returns the height of the browser's client area without the horizontal scrollbar.

关于jquery - innerHeight() 在 chrome 中有冲突吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8656309/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com