jQuery memposting data ke iframe from textarea live

 $("textarea").on('change keyup paste', function(){
            $("iframe").contents().find("html").html($("id, class or div").val())
        })
Witty Wolf