Getting iframe content with $() (update: In mootools)?
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
2:09 UTC
Read the original article
Hit count: 336
how do i minify this in mootools.
window.frames['buffer'].document.body.innerHTML
in mootools, this does not work:
$('buffer').$('body').get('html');
OR
$('buffer').get('html')
© Stack Overflow or respective owner