[jQuery] send table with input elements to server

[jQuery] send table with input elements to server


Hi all,
I have a table of input elements which i create through a javascript
widget.
When i press submit i want to make an action and a part of the output
should be the same unchanged tables with the values in it.
I don't know how to accomplish it.
At first i used the html() function, but it does not pass the table
with the html values inserted as i would like.
Has anyone an idea how to make it ?
Thanks,
David