jquery convert serialized form inputs to xml string
- by user590586
Hi ,
I'm trying to get all my form inputs and then create with them an xml string containing there values in order to send them via ajax.
i want this :
<form id="formtest">
<input type="text" name="test1" id="test1"/>
<input type="text" name="test2" id="test2"/>
<input type="text" name="test3" id="test3"/>
<input…