[jQuery] Possible to update form inputs after ajax request ?
Hello,
I know that thanks to jQuery's ajax functions it's possible to modify
part of a webpage after an ajax request. But is it possible to change
the text inside the input elements of a form after a request ?
What I need to do is the following :
- I have 2 forms on a page. One to send a file and one with data
inputs
- A file is sent to a server to be processed and XML is sent back from
the server
- I need this XML data to be distributed to several fields of the main
form.
How can I do this last part ? (I hope I'm clear enough ;) )
Thanks for your advice
G.