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.
如何使均衡div的高度?
第一个 div 通过列出的项目具有“自动”高度
并且第二个 div 现在只有最小高度:
我的坏 jquery 代码:
$("#contentt").height($("#content").height());
和 JsFiddle:http://jsfiddle.net/3b5q9/5/
http://jsfiddle.net/3b5q9/5/
您忘记将 jquery 包含到您的 jsfiddle 中。您的代码实际上工作正常:
Frameworks & extensions: jquery-1.9.1
演示:JSFiddle