yui3 版本的 jquery .width()

发布于 2024-10-18 02:42:18 字数 151 浏览 2 评论 0原文

如何计算 yui3 中元素的宽度(以像素为单位)?我尝试过 .getCompulatedStyle("width").get('offsetWidth') 都没有返回正确的结果,可能是因为 div 没有 CSS 宽度设置在它上面。

How do you calculate the width (in pixels) of an element in yui3? I have tried .getComputedStyle("width") and .get('offsetWidth') and neither return the correct results, possibly because the div doesn't have a CSS width set on it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

抽个烟儿 2024-10-25 02:42:18

它对我来说工作正常这里,你能提供一个失败的例子吗?

也许您希望它包含填充/边框? JQuery 的 .width() 也不包含这些,但也许这就是混乱所在。

It's working fine for me here, could you provide an example where it fails?

Maybe you're expecting it to include padding/border? JQuery's .width() doesn't include those either, but perhaps that's where the confusion lies.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文