I have no problem getting a value from a text box with some id:
$('#foo')
However, how can I get the HTML out from here (live demo): http://sandbox.scriptiny.com/tinyeditor/ ?
Must be easy.. I’ve tried:
$('#editor')
but it yields
null
Any ideas? Many thanks.
It is nested in an iframe, so you would need to go through that first. Put some id on the iframe then use:
However, they must be on the same domain.