jQuery(document).ready(function($){ setTimeout(function() { var $head = $("iframe").contents().find("head"); $head.append( ''); }, 1); });