Changed value of cloned input does not display
I'm trying to clone an existing table row and then append it to the end of the table. Problem is, for whatever reason, when I change the value of the input box, it still keeps the old value. I can set the id of the field just fine, and when I output the value of the field, it says the correct value, but does not reflect when the row is appended. I have a fiddle here
http://jsfiddle.net/fqTpy/9/ that demonstrates what I'm talking about. I have some alerts to ouput various data throughout. It appears to be the case in all browsers and all versions of jquery at least from 1.6.4 to 1.8.2. Any information and/or workarounds would be helpful. Thanks!