[].forEach.call(document.querySelectorAll('.block>iframe'), function(el) { el.parentNode.appendChild(el); });
$('.block>iframe').each(function(){ $(this).parent().append($(this)); });