[jQuery] saving actual page content
Hello,
trying save page containg form (better for me is save whole page with
form instead only form).
Problem is that $('body').html() or $('body').attr('innerHTML')
returns html which is not actual (radio buttons, checkboxes values of
input boxes and texareas are not actual).
How to solve it ? Is other way to do it without saving only data from
form and regenerate page on server and fill entered data?
Thank you for your advice and help.
Lampa