get an element from outside of iframe jquery

JavaScript
$('#test1', parent.document).html('<h1>clicked</h1>');
Source

Also in JavaScript: