I need to get whole content of iframe from the same domain. Whole content means that I want everything starting from (including), not only &l
&l
$('input.test').click(function(){ $('textarea.test').text($('iframe.test').contents()); });