$(document).ready(function(){ a = $(".post").height(); b = $(".right").height(); if (a > b) { $(".right").height(a); } });