SO - 19812510
HTML
<iframe width="854" height="480" src="http://www.youtube.com/embed/gYKqrjq5IjU?feature=oembed" frameborder="0" allowfullscreen></iframe>
JavaScript
var html = $('iframe');
var str = html.prop('outerHTML');
alert(str);
<iframe width="854" height="480" src="http://www.youtube.com/embed/gYKqrjq5IjU?feature=oembed" frameborder="0" allowfullscreen></iframe>
var html = $('iframe');
var str = html.prop('outerHTML');
alert(str);