Retrieve the full page HTML - jQuery

Posted by fire on Stack Overflow See other posts from Stack Overflow or by fire
Published on 2010-03-31T08:14:34Z Indexed on 2010/03/31 8:23 UTC
Read the original article Hit count: 280

Filed under:
|

I am trying to retrieve the full HTML of a page, so far I am using:

$('*').html()

Is there a better way (also this excludes the <html> tags at the top)?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery