Reputation: 105
How to make equalization div's height?
1st div has "auto" height via listed items
and 2nd div has only min-height now:
my bad jquery code:
$("#contentt").height($("#content").height());
and JsFiddle: http://jsfiddle.net/3b5q9/5/
Upvotes: 0
Views: 137
Reputation: 3027
You forgot to include jquery to your jsfiddle. Your code actually works fine:
Frameworks & extensions: jquery-1.9.1
DEMO: JSFiddle
Upvotes: 1