setInterval(function () { var topp = $('.header_area').outerHeight() - 50; console.log(topp); $('#header_paddig').css('height', topp); }, 2000);