I'm trying update some values for some hidden input boxes, but I'm not very successful. I have no problem doing this to visible input[type=text].
Here is a small example: http://jsfiddle.net/saHCU/
Use Firebug
to see the hidden fields.
You can see the value added to the text box for item_id3
. But when you look at the source, none of the text boxes has an updated value.
Why is this not updated?