Eugene Balashov
Eugene Balashov

Reputation: 105

How to make equalization div's height?

How to make equalization div's height?

1st div has "auto" height via listed items

and 2nd div has only min-height now:

enter image description here

my bad jquery code:

$("#contentt").height($("#content").height());

and JsFiddle: http://jsfiddle.net/3b5q9/5/

Upvotes: 0

Views: 137

Answers (1)

Shalom Aleichem
Shalom Aleichem

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

Related Questions