Jquery append to body

Job ID: 36853537

Budget: €2 – €6 EUR

Hello, I am trying to append HTML code inside body using jquery. The issue is, that it is being inserted into all bodies, which are also inside iframes.
var scriptString = "<div>test</div>";

$(function(){
setTimeout(function(){
$(scriptString).prependTo('body');
},1000);
}); //end $
Related categories: JavaScript CSS HTML5 HTML jQuery / Prototype