gpt4 book ai didi

jQuery .css ("left") 返回 "auto"而不是 Chrome 中的实际值

转载 作者:技术小花猫 更新时间:2023-10-29 10:27:08 25 4
gpt4 key购买 nike

我有一个定义了 left 和 top 的 div 元素,没有绝对位置,我想使用 jQuery 读取 left 和 top 值。

使用 $("#MyId").css("left") 在 IE 浏览器 (IE8) 中给出了预期的结果,但在 Chrome 中它返回了“auto”,尽管值是明确的用元素样式写。

这是测试用例: http://jsfiddle.net/qCDkb/2/

注意 IE 和 Chrome 之间的区别。

此外,这在 jQuery 1.4.2 中运行良好,但在 jQuery 1.4.3 及更高版本中“失败”。

欢迎任何见解。 :-)

最佳答案

试试 $("your selector").position().top;

关于jQuery .css ("left") 返回 "auto"而不是 Chrome 中的实际值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4278148/

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