I have a html page with jquery enabled.
Once the user modifies the page with jquery interactions, I need to save the resulting DOM.
As per [Get Jquery DOM][1], $(document).html(); should give me the html so I am trying to alert the
$(document).html();
However I get the alert undefined element
Please can somebody help
Thanks in advance.