Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我发现有时我无法精确地布局元素。你可以在这里看到问题。检查文档就绪事件的脚本。你会看到,即使我已经计算了元素高度,但它不能很好地工作。所以我想知道是不是单位问题。谁能告诉我为什么?谢谢。
jQuery 在 中返回值px,它在文档中。
px
取决于功能。您需要查看文档才能看到。在这个原因它只是整数。
设置 CSS 值时,如果不指定单位,则假定为像素。
返回无单位像素
来源:http ://api.jquery.com/width/