Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
单击添加按钮时如何获取单选按钮组的值?
以下是我到目前为止所拥有的:http: //jsfiddle.net/RBYzm/
每当我向另一个表添加一行时,无论我选择哪个单选按钮,它都不会显示为在我要添加行的表中选择的。
我看到您没有设置添加到要添加的行的值。您只是在创建元素,但没有复制主表中的值。
你为什么不直接使用.clone()..
.clone()
编辑
更新的小提琴
我对代码进行了一些更改..更改了有重复项的 id..还访问了当前行的值并将其复制到新添加的行中..