I need to grab a large chunk of the DOM with javascript. This is easy with jQuery's .html(). This only grabs the HTML though and not form element values that have been alter after the page was rendered. I know now to get each individual element's value, but is there a way to get a large chunk of HTML that includes form elements and have the values be what they currently are in the browser?
_______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
