Continous forms with a while loop with Jquery

Continous forms with a while loop with Jquery

Hi All:

I would like to use a while loop to list records that need updated with their own form.

I would like to treat each record individually and have one submit button at the bottom, so all changes on all records would be updated.

When I write a while loop and have it create multiple forms too for each record.  I set the default value of each input field to the current value of each record.

When I hit the submit button for each generated record and use jquery .onclick event.  It only ***updates the first record and not the rest***.
How do I after all changes are done on all records, hit one submit button that updates everything?

Thanks,
shoeGirl31