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 carousel ... imgs 来自数据库,我不知道这些高度,那么我需要知道是否有一些逻辑来计算容器的高度?
是的,有人说容器有一个类容器 var container=$("div.container") 的 div,高度由下式给出 container.height();
var container=$("div.container")
container.height();