inplace replace entire html document

Posted by james on Stack Overflow See other posts from Stack Overflow or by james
Published on 2010-05-13T09:16:56Z Indexed on 2010/05/13 13:04 UTC
Read the original article Hit count: 161

Filed under:

is it possible to in-place replace the entire html document?

i tried jQuery("html").html("....")

but style information does not survive.

i'm trying to avoid using data uri because i do not want the generated document to be stored in the browsers history

© Stack Overflow or respective owner

Related posts about jQuery