Is it possible to get the html of the page with all modifications made by the user (see below)?
For example, if text has been entered into a textarea, or a checkbox has been chosen, that should be reflected in the html as well. My reason for wanting to do this is to take a "screenshot" of the user's page.
The answers below that are a variation of jQuery('html')
, do not reflect changes made by the user.