gpt4 book ai didi

jquery - attr ('height' ) 在 jQuery 中未定义

转载 作者:行者123 更新时间:2023-12-01 06:15:06 25 4
gpt4 key购买 nike

我有一个带有以下 CSS 的容器 div:

#container {
position:relative;
overflow:hidden;
width:200px;
height:200px;
}

为什么会这样:

alert('height is ' + $("#container").attr('height'));

返回高度未定义?

谢谢。

最佳答案

您可能想使用cssheight方法。

$('#container').css('height')

$('#container').height();

取决于你想用它做什么。请参阅引用文档了解差异。

关于jquery - attr ('height' ) 在 jQuery 中未定义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2524930/

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