ie11 jquery width()返回错误的值

时间:2016-05-06 13:08:30

标签: jquery width internet-explorer-11 internet-explorer-10

我知道div正好1004px。 我需要在变量中提取此值以在javascript中使用:

var siteWidth = $(".large-8.columns").width();

这导致1004.8px in ie10-11

enter image description here

我尝试使用它来检测元素的宽度:

$(".large-8.columns")[0].getBoundingClientRect().width

但它给了一个更奇怪的数字:1013.91998px

你知道发生了什么吗?这打破了我的布局

0 个答案:

没有答案