'; $('#' + selectorId + ' h2').after($(iframe).css({ width: '100%', height: 150, border: 0, overflow: 'hidden' })); iframe.contentWindow.document.open(); iframe.contentWindow.document.write(html); iframe.contentWindow.document.close(); }