While debugging jquery code on their site ( via chrome developer toolbar)
I noticed that their examples are given under Iframe :
Iframe
Here - for ex
Yes, Here is how you change the html of the iframe with jQuery
var context = $('iframe')[0].contentWindow.document, $body = $('body', context); $body.html('Cool');
Demo: http://jsfiddle.net/yBmBa/
document.contentWindow: https://developer.mozilla.org/en-US/d...