$(document).ready(function() { var a = $('.post').height(); var b = $('.right').height(); if (a > b && b > 500) { $('.right').height(a); } });