jQuery edit konten iframe

$(document).ready(function() {
    $('#prev').contents().find('body').html('<div> blah </div>');
});
Awful Anaconda