$(function () { var heightTimer = setInterval(function() { var height = $('html').height(); window.parent.postMessage(JSON.stringify({type: 'updateHeight', target: '.content-iframe', value: height + 1}), "*"); }, 200); });