$(document).ready(function(){ h = $('#left').height()-40; $('#center').height(h); console.log (h); });