Getting iframe content with $()?

Posted by lowkey on Stack Overflow See other posts from Stack Overflow or by lowkey
Published on 2010-03-15T01:37:01Z Indexed on 2010/03/15 1:39 UTC
Read the original article Hit count: 230

Filed under:
|
|
|

how do i minify this. (mootools, but it probably looks similar in jQuery)

window.frames['buffer'].document.body.innerHTML

in mootools, this does not work:

$('buffer').$('body').get('html');

© Stack Overflow or respective owner

Related posts about mootools

Related posts about jQuery