I need to create the HTML into a pdf on the server and need the HTML from the browser that has a form and other stuff in it. Doing $el.html() just gives an HTML string without input values in the form. How do i get the HTMl string with all the input values included?.
I do not want to append the clone on the browser, i am just interested in the HTML string with all input values to pass to the server.
Thanks!
clonewouldn't store the input values.