I have an iframe that contains a textarea, like so:
You could use val().
val()
var value = $('#area1').val(); $('#VAL_DISPLAY').html(value);