jquery change content of iframe code example
Example: jquery edit iframe content
$(document).ready(function() {
$('#prev').contents().find('body').html('<div> blah </div>');
});
$(document).ready(function() {
$('#prev').contents().find('body').html('<div> blah </div>');
});