<div class="Height"> Index </div> <div class="same_height"> Index </div>
height = $(".Height").css("height"); $(".same_height").css("height", height);
.Height, .same_height{ height:400px; }