We have a requirement where we need to get a snapshot of User filled in application. For this I have to get all HTML elements along with the User inputs and save the whole HTML for audit purpose. I am able to get the html by giving the
$("#divApplicationWrapper").html()
and I am able to get the inputs but using the serialize method
$("#frmApplication").serialize()
Is there a way to get both the HTML along with the values of the inputs?
Any help is much appreciated.
Thanks,
Raja